18
我在工作的網站,我使用CSS框架「Twitter Bootstrap」。隨着我使用jqGrid顯示網格數據,但問題是,jqGrid依賴於jQuery UI,它與Bootstrap樣式衝突。有沒有人使用jQueryGrid與jQuery UI 和 Bootstrap成功?jqGrid for Twitter Bootstrap
任何示例/鏈接非常感謝。
感謝, 那仁
我在工作的網站,我使用CSS框架「Twitter Bootstrap」。隨着我使用jqGrid顯示網格數據,但問題是,jqGrid依賴於jQuery UI,它與Bootstrap樣式衝突。有沒有人使用jQueryGrid與jQuery UI 和 Bootstrap成功?jqGrid for Twitter Bootstrap
任何示例/鏈接非常感謝。
感謝, 那仁
您可以使用 「數據表」 爲引導
http://www.datatables.net/blog/Twitter_Bootstrap_2
或簡單地舉表樣式
http://twitter.github.com/bootstrap/base-css.html#tables
但是,如果你想使用的jqGrid無論如何,你必須添加該CSS類來解決一些風格混亂ts
input.ui-pg-input {
width: auto;
padding: 0px;
margin: 0px;
line-height: normal
}
select.ui-pg-selbox {
width: auto;
padding: 0px;
margin: 0px;
line-height: normal
}
您的意思是「樣式與引導樣式不同步」?你有什麼問題?你使用哪個jQuery UI主題? – Oleg 2013-02-19 10:01:49
看看https://wrapbootstrap.com/theme/ace-responsive-admin-template-WB0B30DGR – 2013-08-18 04:07:23
試試http://jquery-ui-bootstrap.github.io/jquery-ui-bootstrap/extra.html#jqgrid – VahidN 2014-07-02 09:44:04