SearchBuild supports inline editing ?

SearchBuild supports inline editing ?

lancwplancwp Posts: 85Questions: 18Answers: 1

According to this example https://editor.datatables.net/examples/extensions/searchBuilder.html ,SearchBuild supports the server, but can you provide an example of editing in the serverSide ? I need it. Thank you.

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583
    Answer ✓

    If you take the inline editing code from this example, i.e.

        $('#example').on( 'click', 'tbody td:not(:first-child)', function (e) {
            editor.inline( this );
        } );
    

    I believe it should just work,

    Colin

Sign In or Register to comment.