How to show info about page number between “previous” and “next” buttons?

How to show info about page number between “previous” and “next” buttons?

KerchikKerchik Posts: 1Questions: 1Answers: 0

I need to show text about the current page number and total page count between 'previous/next' buttons in the DataTable table this is how it should look like. I made pagingType: "simple", but I do not know how to put text between those two buttons.

Answers

  • allanallan Posts: 63,213Questions: 1Answers: 10,415 Site admin

    Currently, that is not something that is available in DataTables. You'd need to create a pagination plug-in that would do that. Here are a few existing ones that you could use as a basis.

    Allan

This discussion has been closed.