Language Info edit after initialization (Pagination)
Language Info edit after initialization (Pagination)
Here is my code:
however, upon going to 2nd page to instead of "16 service(s) found (10 showing)", it went to "16 service(s) found (16 showing)". it seems that the end token is for the total records of the previous and current pages.
My goal is to edit the caption (language) that says:
"16 service(s) found (10 showing)"
and retain the (selected length) Showing for all pages.
It seems that editing the language info after initialization will not work and there are not tokens for for the selected pagination
Answers
I'm not sure I fully understand what you want but it sounds like you may want to use the
infoCallback
option to customize the output.Kevin