Quantcast
Channel: DataTables 1.10 — DataTables forums
Viewing all articles
Browse latest Browse all 2364

How to get and set data from/to specific hidden cell if I have only tr?

$
0
0

I've tried to do it like this:

container.Table.cell( $(this).parents('tr').find('td').eq(1) ).data(0).draw();

But this way it counts only visible columns


Viewing all articles
Browse latest Browse all 2364

Trending Articles