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

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -