Hide column with HTML5 data attributes

Hide column with HTML5 data attributes

Kevin LeeKevin Lee Posts: 2Questions: 1Answers: 0

Hello,

Is it possible to use a HTML5 data attribute to hide a column? Perhaps something like this:

<thead>
<tr>
<th data-hide="true">Hide me!</th>
</tr>
</thead>

Thanks.

Regards.

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.