Yeah that plugin is huge. Do you know of any others? I'm trying to figure out how to pass the action parameter to fire my action hook and process the updates.
Personally I don't know of any, but presumably you could just put DataTables into the WordPress pages as needed, or create your own plug-in to met your own requirements?
I'm trying to add DataTables to a WordPress plugin that I'm building. Just not having any luck getting it to work. The DataTables functionality is just a minor ui feature so I may look for something else.
Replies
Thanks for the help!
Allan
[code]sUpdateURL: ajaxurl + '?action=updateData'[/code]
I am interested in it. Did you fix it work?