How to hide columns in HTML table?

后端 未结 9 1099
执念已碎
执念已碎 2020-11-27 14:07

I have created a table in ASPX. I want to hide one of the columns based on the requirement but there is no attribute like visible in the HTML table building. Ho

9条回答
  •  -上瘾入骨i
    2020-11-27 14:44

    You can also hide a column using the col element https://developer.mozilla.org/en/docs/Web/HTML/Element/col

    To hide the second column in a table:

    Known issues: this won't work in Google Chrome. Please vote for the bug at https://bugs.chromium.org/p/chromium/issues/detail?id=174167

    提交回复
    热议问题
    visiblehidden
    visiblehidden