我正在工作的网站,我正在使用CSS框架“Twitter Bootstrap”。随着我使用jqGrid显示网格数据,但问题是jqGrid依赖于jQuery UI,它与Bootstrap样式冲突。有没有人使用jqGrid与jQuery UI和Bootstrap成功?
任何示例/链接都非常感激。
谢谢,
那仁
解决方法
您可以使用“Datatables”作为Bootstrap
http://www.datatables.net/blog/Twitter_Bootstrap_2
或简单的Bootstrap表样式
http://twitter.github.com/bootstrap/base-css.html#tables
但是,如果你想使用jqGrid,你必须添加这个css类来解决一些风格的限制
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 }