Change bSortable on callback
Change bSortable on callback
tjeerdkramer
Posts: 2Questions: 0Answers: 0
I am trying to change the "bSortable" attribute of a specific column after the data is being received from the server, based on iTotalDisplayRecords > 100000.
Is there some way to do it?
Is there some way to do it?
This discussion has been closed.
Replies
Allan
I am trying to prevent certain columns from being sortable if there are too many results, since a sorting request would take too long to process.
Is there some way around this? Re-initialisation?