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 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;}