Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 jqGrid 和 jQuery 的主/详细信息设置。是否可以让细节网格使用与主网格不同的主题/皮肤?
我看到一个更改图像文件夹的设置,但在我看来,grid.css整个页面都必须相同。有人试过吗?或者您对解决方法有什么建议吗?
grid.css
我快速浏览了文档,似乎你不能,因为如果你有多个网格,默认情况下它们都会使用相同的 CSS 规则。如果您加载另一个 grid.css 样式表,那么它将优先于前一个样式表。它们似乎没有提供为每个网格选择主题的机制。