我无法使用制表器4.2.3 css文件向制表器表添加边框。
我尝试更改-is-bordered类,但是显示的表格没有边框。我发现布尔玛主题令人赏心悦目,但需要边框使其对用户的表和数据输入更加友好。
下面引用的CSS部分:
.tabulator.is-bordered {
border: 1px solid black;
}
.tabulator.is-bordered .tabulator-header .tabulator-col {
border-right: 1px solid black;
}
.tabulator.is-bordered .tabulator-tableHolder .tabulator-table
.tabulator-row .tabulator-cell {
border-right: 1px solid black;
}
我以为我在每个单元格和标头周围会有1px黑色边框,但仍然显示为无边框。
答案 0 :(得分:0)
是有边界的 类在v 4.4.3中起作用。
确定要仅包含tabulator_bulma.css
。如果同时包含tabulator.css
,那么两者也会互相对抗。