Wrong data returned when using serverSide
Wrong data returned when using serverSide
Freedy
Posts: 33Questions: 5Answers: 0
Hi,
I'm having a issues when reading data from a row, the indexed value returned is wrong.
var row = table.row (id).node();
var data = table.row( id).data();
When I have serverSide: false, everything works, with serverSide: true, the values returned are in
the order of selection from the Datatables.
Thnx,
Tomas
This discussion has been closed.
Replies
Can you link to a page showing the issue please? I'm not clear on what you mean by the "order of selection". Are you using the Select extension or something?
Allan
Hi,
I just set serverSide: false, it works now.
Thanks.