jquery - Data table sorting issue (wants the default sorting not active when page loads first time) -
I used the datatable in my project. I want to disable the default sorting of datatyur and server side sorting to execute when the page load is for the first time. Everything is fine, I have given it ("AAserting": [],) is empty as a guideline but still I am not getting the right result. What am I missing, please help me!
Use bSort property to enable or disable the Sorting feature "bSort": false
$ (document) .ready (function () {$ ('# example'). DataTable ({"Aadata": [['Trident', 'Internet Explorer 4.0', 'Win95 +', 4, 'X'], ['Trentent', 'Internet Explorer 5.0', 'Win95 +', 5 , 'C'],], "sPaginationType": "full_number", "BSAT": wrong, "bitwidth": wrong, "idype lang": 20,});});
Comments
Post a Comment