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
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