Pagination Issue in "DataTables"

Hi All,

I am using Data Tables into my webpage but I am not able to change the pagination,
I need replace the text of pagination “Previous to these arrows <<” and “Next to these arrows >>”,
please help me how I can change these text with the help of jquery, because these text is coming from js.

http://www.datatables.net/examples/styling/display.html

your early reply appreciated…

Warm Regards

Open up the Javascript file and search for “Previous”

I don’t see any “Previous to these arrows <<” text or anything like that. I DO see “Previous” and “Next”.

Searching for that in the Javascript file yields some results.

Don’t hack core. This can be done using language options.

http://datatables.net/reference/option/language

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.