I need to add names to each td in table. Like this.
<table>
<tbody>
<tr>
<td name="Name">#Value#</td>
<td name="Type">#Value#</td>
<td name="Price">#Value#</td>
</tr>
....
</tbody>
</table>
So generally I want all columns to have names. This is what I browsed through and still can't really "put my finger" on it. DataTables forum post, how to add class to jquery.datatables columns?
idto your columns or you can assignidto your table. Is it feasible for your solution?nameattribute.