Pagination Ellipses - I want to be able to click on the elipses and show next three sequence
Pagination Ellipses - I want to be able to click on the elipses and show next three sequence

in jQuery DataTables pagination control is displayed like:
1 ... 4 5 6 ... 14
How can I make the ellipses clickable so if it's clicked it will show:
1 ... 7 8 9 ... 14
Thank you!!
This discussion has been closed.
Answers
I'm sorry to say that it is not currently possible without writing a custom paging plug-in that would implement such an interface.
I do like the idea though - that is something we should look at for future versions.
Regards,
Allan