Title: [Plugin: WP-Table Reloaded] Jeditable Plugin
Last modified: August 19, 2016

---

# [Plugin: WP-Table Reloaded] Jeditable Plugin

 *  Resolved [donhessman](https://wordpress.org/support/users/donhessman/)
 * (@donhessman)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-jeditable-plugin/)
 * Tobias, cheers to you for a most excellent plugin. I have searched your site 
   and the forums for documentation on using the [Jeditable](http://localhost/datatables/examples/api/editable.html)
   plugin with the WP Tables Reloaded. Can this be done easily and if so, can you
   point me in the right direction? I am using the most current version of your 
   plugin 1.9.1.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-jeditable-plugin/#post-2030497)
 * Hi,
 * thanks for your post.
 * Unfortunately, the jEditable plugin can not be used with WP-Table Reloaded, as
   the plugin simply lacks a suitable AJAX endpoint for this.
    The only way that
   tables can be edited is through the admin area.
 * Regards,
    Tobias
 *  Thread Starter [donhessman](https://wordpress.org/support/users/donhessman/)
 * (@donhessman)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-jeditable-plugin/#post-2030672)
 * Oooooh, bummer.
 * Thanks for the quick response!
 *  [oQeySites](https://wordpress.org/support/users/dariimd/)
 * (@dariimd)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-jeditable-plugin/#post-2030848)
 * Hello,
 * Tobias jEditable can be used with wordpress easy, here is the right way:
 *     ```
       jQuery('.dblclick').editable( ajaxurl, {
       "callback": function( sValue, y ) {
       //alert("callback");
       },
       "submitdata": function ( value, settings ) {
       return {
       "action": 'oQey_YOUR_FUNCTION'
       };
       }
       });
       ```
   
 * _[Please post code snippets between backticks or use the code button.]_
 * work perfect.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-jeditable-plugin/#post-2030849)
 * Hi,
 * thanks for the code snippet. Unfortunately, there’s still not AJAX endpoint for
   this, so the call of jEditable would have nothing that it can call. Or in other
   words: There’s nothing within WP-Table Reloaded that can listen to jEditable 
   wanting to make a change.
 * Best wishes,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: WP-Table Reloaded] Jeditable Plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-table-reloaded_f7dcd3.svg)
 * [WP-Table Reloaded](https://wordpress.org/plugins/wp-table-reloaded/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-table-reloaded/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-table-reloaded/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-table-reloaded/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-table-reloaded/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-table-reloaded/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-jeditable-plugin/#post-2030849)
 * Status: resolved