How to do pagination backward ?
How to do pagination backward ?

I Have datatable with pagination like
before 1 2 3 4 5 6 after
I want to reverse it like
before 6 5 4 3 2 1 after
is there any way to do this ?
This discussion has been closed.
I Have datatable with pagination like
before 1 2 3 4 5 6 after
I want to reverse it like
before 6 5 4 3 2 1 after
is there any way to do this ?
Answers
Hi @davdavcoco ,
Not by default, but you can create your own paging plugin, see here for some that you can use as templates.
Cheers,
Colin