一个项目中两个制表符的两个主题
Two themes for two tabulator inside one project
我有一个应用程序,我在其中使用制表符实现多种功能。我有两个表,在一个应用程序中,我想为这两个表设置两个主题。我该如何实施?
请帮助我。
谢谢
阿吉斯
如果你有两个 tables #table1 和 #table2 您需要为每个主题更改 CSS 文件并替换 .tabulator id 为 table 或 class 的选择器,例如:
.tabulator .tabulator-header
会变成:
#table1 .tabulator-header
我有一个应用程序,我在其中使用制表符实现多种功能。我有两个表,在一个应用程序中,我想为这两个表设置两个主题。我该如何实施? 请帮助我。 谢谢 阿吉斯
如果你有两个 tables #table1 和 #table2 您需要为每个主题更改 CSS 文件并替换 .tabulator id 为 table 或 class 的选择器,例如:
.tabulator .tabulator-header
会变成:
#table1 .tabulator-header