Data Tables API additional Drop down box
Data Tables API additional Drop down box
jamesjw007
Posts: 35Questions: 0Answers: 0
In your dynamic table you have a drop down box that lets you sort your entries by a specific number (10,25,50,100) and it will display that many records per page.
Is it possible to add another drop down directly to the right of that and have it sort on something else in the table? I looked through the API and saw how to add additional sort boxes/dropdowns but nothing directly to the right of the previous one.
Is this something that is easy to duplicate?
Is it possible to add another drop down directly to the right of that and have it sort on something else in the table? I looked through the API and saw how to add additional sort boxes/dropdowns but nothing directly to the right of the previous one.
Is this something that is easy to duplicate?
This discussion has been closed.
Replies
This blog posts details how feature plug-ins can be created: http://datatables.net/blog/Creating_feature_plug-ins
Allan
Thanks for posting a response. I looked over the forum post and understand it some. What I am most confused about is where I put this code. Do I just make a seperate javascript file and it will just know to fit into this tool?
Allan