You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the table config is set to:
{
"bLengthChange": false,
"info": false,
}
The following code will bring the extra search build and pagination.
var dt = $(theTableElement).DataTable();
The text was updated successfully, but these errors were encountered:
When the table config is set to:
{
"bLengthChange": false,
"info": false,
}
The following code will bring the extra search build and pagination.
var dt = $(theTableElement).DataTable();
The text was updated successfully, but these errors were encountered: