How to remove no data available in table from datatable in jQuery
By FoxLearn 2/16/2024 9:15:41 AM 354
This post shows you How to remove no data available in table from datatables.net jQuery.
Default value:
No data available in table
How to change datatable default empty table message
You can set emptyTable string as shown below.
$('#table').dataTable( { "language": { "emptyTable": "No data available in table"//Change your default empty table message } } );
- 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 Rename “show XX entries” dropdown in DataTables
- How to fix Buttons not showing with jQuery datatable bootstrap
Categories
Popular Posts
Spica Admin Dashboard Template
11/18/2024