How to customize jquery Data table page navigation row?
How to customize jquery Data table page navigation row?

I need to implement page navigation in following way, is there any way to customize the same. I am new to Jquery Data table. Please help me.
Required page navigation
1 2 3 4 5 6 7 8 9 10...
if user clicks on ... it will show
... 11 12 13 14 15 16 17 18 19 20...
in second page navigation row (...) would appear on both side, so that user can move to next/ previous page of navigation row.
can this be achievable in JQuery data table. Please suggest?
Any help would be appreciable.
Thanks in advance.
Answers
You would need to write a custom paging plug-in to do that. There is no option in the built in paging to do that I'm afraid.
Allan