full numbers as plugin
full numbers as plugin
Can someone provide me the standard "full numbers" pagination as a plugin, so that I can have a starting point to modify it.
What I need is to set the first button on the left side, then the page numbers buttons centered and last button on the right side.
Some ideas to accomplish this?
Thanks in advance.
What I need is to set the first button on the left side, then the page numbers buttons centered and last button on the right side.
Some ideas to accomplish this?
Thanks in advance.
This discussion has been closed.
Replies
Allan
$.fn.dataTableExt.oPagination.fulNumbers = {
fnInit ...
fnUpdate ...
}
but it is indicating at the fnUpdate the following error:
DataTable is not defined
var iPageCount = DataTable.ext.oPagination.iFullNumbersShowPages;
how can I arrange it as a plugin?
Allan