set order on orderable: false column
set order on orderable: false column
btree
Posts: 99Questions: 14Answers: 11
in Bug reports
Hi,
you can set the initial ordering of a datatable on a column which is not orderable by default. This will cause error in combination with server side handling (which caused me some troubles ).
Test case without server side, but you can still observe the default ordering:
http://live.datatables.net/viguqoco/1/
Cheers
Hannes
This discussion has been closed.
Replies
The
columns.orderable
docs state this:What you described is expected behavior.
Kevin
Ahh alright, thanks. Just need to be more careful with non orderable server side columns then.
Cheers
Hannes