Inline Editor

Inline Editor

rawad.chahoudrawad.chahoud Posts: 3Questions: 2Answers: 0

Inline editor using checkbox is not posting data back to the server whenever the user check/uncheck the checkbox.

source code: https://editor.datatables.net/examples/api/checkbox.html

Answers

  • allanallan Posts: 63,096Questions: 1Answers: 10,390 Site admin

    It looks like it is for me in the example you linked to. I Can see the Ajax request in the Chrome debugger. Is that not happening for you? What browser and platform are you using?

    Allan

  • rawad.chahoudrawad.chahoud Posts: 3Questions: 2Answers: 0

    i am using google chrome Version 56.0.2924.87

  • allanallan Posts: 63,096Questions: 1Answers: 10,390 Site admin
    edited March 2017

    Chrome 56 / Linux. What I do is:

    1. Load the page
    2. Click the checkbox in the first row
    3. Row fades yellow to indicate it was changed and I can see the checkbox.php file was Ajax requested in the Chrome debugger.

    Allan

This discussion has been closed.