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 がありますが、そこにあるすべてのグリッド線で少し混雑しているように見えます。水平線のみを表示する簡単な方法はありますか?
ありがとう。
Css に追加:
.ui-jqgrid tr.ui-row-ltr td { border-right-style: none; border-left-style: none; }