WordPress

WordPress

imanerdimanerd Posts: 6Questions: 0Answers: 0
edited August 2012 in General
Has anyone successfully implemented DataTables in a WordPress plugin?

Replies

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/
  • imanerdimanerd Posts: 6Questions: 0Answers: 0
    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.

    Thanks for the help!
  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    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?

    Allan
  • imanerdimanerd Posts: 6Questions: 0Answers: 0
    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.
  • imanerdimanerd Posts: 6Questions: 0Answers: 0
    I figured it out...you have to concatenate the action hook parameter to the ajaxurl.

    [code]sUpdateURL: ajaxurl + '?action=updateData'[/code]
  • phuhai_dtphuhai_dt Posts: 7Questions: 0Answers: 0
    Hi imanerd,

    I am interested in it. Did you fix it work?
  • imanerdimanerd Posts: 6Questions: 0Answers: 0
    Yes it worked. The only thing I couldn't figure out is how to get the table to update after a transaction. I tried everything.
This discussion has been closed.