Adsense
Popular Posts
- Code update from PHP 7.4 to PHP 8.1 - PhpSpreadsheet
- MySQL workbench -"Could not decrypt password cache"
- Code update from PHP 7.4 to PHP 8.1 - Worksheet/Iterator.php
- Rendering HTML tags inside textarea
- axios handle blob type data
- Unix Utils and wget in Windows
- increase mysql query speed
- Setup vi syntax for PHP
- EXCEL return to the next line in the same cell
- Get WAMP running on EC2
Tuesday, February 13, 2018
DataTable FAQ - hide showing entries in summary
In DataTable, you may see the summary line
"Showing 1 to 2 of 2 entries".
You may need to hide this line.
If your table id is 'defaultTable', then
this line id is defaultTable_info.
Jquery code to hide showing entries in DataTable
var tableId = 'defaultTable';
$('#'+tableId+"_info").hide();
Labels:
datatable
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment