1
如何隱藏JQGrid TreeGrid之間的連線?如何隱藏JQGrid TreeGrid中的行之間的連線
我已經試過:
<table id="TreeGrid" style="border-bottom: 0px none;border-right: 0px none;">
</table>
但是,這並不爲我工作。
如何隱藏JQGrid TreeGrid之間的連線?如何隱藏JQGrid TreeGrid中的行之間的連線
我已經試過:
<table id="TreeGrid" style="border-bottom: 0px none;border-right: 0px none;">
</table>
但是,這並不爲我工作。
好想通了這一點,現在:
.ui-jqgrid tr.ui-row-ltr td { border-bottom-style: none; border-right-style: none;}
我仍然不知道如何指定樣式只是爲#TreeGrid ...
上
#TreeGrid td { border-bottom-style: none; border-right-style: none;}
終於塵埃落定