Select paging feature plugin not working for multiple DOM inputs
Select paging feature plugin not working for multiple DOM inputs
Antriksh
Posts: 33Questions: 5Answers: 0
Here's an example of the code - http://live.datatables.net/visuxebo/2/edit
It has select page feature plugin with all default controls of data table. But if plugin placed two times in DOM option, it doesnt show page numbers in the second plugin placement.
Please help.
This discussion has been closed.
Answers
Is this a duplicate of this thread?
I’ve modified your example to use the
listbox
paging plug-in unmodified from its original source.It looks like there was an error somewhere in the way you’ve modified the code. I’d be happy to read through it and debug it if you need under the support options that we offer.
Allan
@allan Thanks for the reply, but this example which i gave was to implement multiple type of paginations i.e the default simple_numbers and select dropdown with page numbers both. In that case i used draw event for making a feature plugin for the select dropdown paging.
I had error in that case.