bSort: Can I turn it off and on?
bSort: Can I turn it off and on?
I've got lots of data I'm loading into a table with fnAddRows; potentially thousands of rows.
I have to disable absolutely everything when I initialise the table, but would like to turn some things once the data has been loaded.
I've tried to simply set bSort to true after loading the data, but it doesn't seem to reenable sorting. I've tried following it with fnDraw, too, but no luck.
Has anyone come across this before?
I have to disable absolutely everything when I initialise the table, but would like to turn some things once the data has been loaded.
I've tried to simply set bSort to true after loading the data, but it doesn't seem to reenable sorting. I've tried following it with fnDraw, too, but no luck.
Has anyone come across this before?
This discussion has been closed.
Replies
If it's running too slow with your thousands of rows, you could try using server-side processing, which will cope with many millions.
Allan