I just disabled the sorting on my table by doing "bSort":false because I would like to sort the data on the server side. My question is how can I add the datatable's sorting arrows on the header?
sorry the confusion I am not using server side sorting but when the user click the header to sort then the table will recreate again and the sorting is done in java. Once the table created I use datatable but I would like to add the datatable sorting arrows manually.
Replies
just add bServerSide: true in your config
and use the parameters pass in your server to sort your query.
Thanks,
Fitsum