How to hide the border for specified rows of a table?

前端 未结 4 571
清酒与你
清酒与你 2021-02-06 21:32

I want to hide the border for a specific rows of a table.How to do it?
Any Idea?
Sample code is Highly Appreciated.

4条回答
  •  天涯浪人
    2021-02-06 22:20

    Add programatically noborder class to specific row to hide it

    
    
    
        /*no border for this row */
        
    heading1 heading2
    content1 content2
    content1 content2

提交回复
热议问题