我該如何做到這一點?如何刪除jqgrid中的水平線
HTML
<table id="myGrid"><table>
//in my js I make it into a jqgrid
//css
.ui-jqgrid tr.ui-row-ltr td { border: none;}
.ui-jqgrid tr.ui-row-ltr td { border-collapse:collapse}
的垂直線都走了,但水平仍然者。
請不要讓我看看不同的答案,因爲建議不起作用,這就是爲什麼我張貼 - 我需要刪除的行。
可能重複的[在jqGrid中刪除垂直線條](http://stackoverflow.com/questions/11790302/remove-vertical-lines-in-jqgrid) –
這個帖子有一個答案是相當徹底的如何刪除所有邊界:http://stackoverflow.com/questions/11790302/remove-vertical-lines-in-jqgrid 希望它適合你!試一試! –
我做到了,布賴恩和這些都沒有工作。 – sarsnake