I assume you are asking about the natural.js sorting plugin? When using serverSide: true the sorting process is performed by your server script. The sorting plugins are used as the are for client side data. You will need to apply something similar to what the natural sorting plugin does to your server script.
Answers
I assume you are asking about the natural.js sorting plugin? When using
serverSide: true
the sorting process is performed by your server script. The sorting plugins are used as the are for client side data. You will need to apply something similar to what the natural sorting plugin does to your server script.Kevin
Thank you for answer!