• Resolved donhessman

    (@donhessman)


    Tobias, cheers to you for a most excellent plugin. I have searched your site and the forums for documentation on using the Jeditable 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

    (@tobiasbg)

    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

    (@donhessman)

    Oooooh, bummer.

    Thanks for the quick response!

    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

    (@tobiasbg)

    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.