Hiding table data using

前端 未结 10 1105
轻奢々
轻奢々 2020-12-15 16:22

So, I\'ve hidden whole tables like this, which works fine:

10条回答
  •  Happy的楠姐
    2020-12-15 16:48

    Just apply the style attribute to the tr tag. In the case of multiple tr tags, you will have to apply the style to each element, or wrap them in a tbody tag:

Test Table
Test Table
123456789
123456789
123456789

提交回复
热议问题