How to disable sorting with jquery datatable
By FoxLearn 2/16/2024 8:59:25 AM 272
This post shows you how to disable sorting in jquery datatable.net
You can easily enable or disable ordering of columns
$('#table').dataTable( { "ordering": false } );
Using the configuration above you can remove sorting arrows in datatables.
- How to hide “Showing 1 of N Entries” with jQuery datatables
- How to Change parameter used in datatables ajax url.Action on Ajax.reload
- How to add class to tr using jQuery datatable
- How to fix 'Requested unknown parameter '6' for row 0, column 6'
- How to Add new row to datatable using jquery datatable
- Ho to add class to column dynamically using jQuery datatable
- How to remove no data available in table from datatable in jQuery
- How to Rename “show XX entries” dropdown in DataTables
Categories
Popular Posts
Spica Admin Dashboard Template
11/18/2024