Regarding remove filter info " (filtered from 57 total entries)" from pagination
Regarding remove filter info " (filtered from 57 total entries)" from pagination
Hi
I want to remove filter info "(filtered from 57 total entries)" from pagination.
I need help.
This discussion has been closed.
Answers
Hi
I want to remove filter info "(filtered from 57 total entries)" from pagination.
I need help.
You can either use the
domoption or set theinfooption to false.Kevin
Or if you want to keep the general info, and loose the filtered part of the string, set
language.infoFilteredto be an empty string: https://live.datatables.net/fezesuge/1/edit .Allan