I want to send 3 different variables every time the draw function call

I want to send 3 different variables every time the draw function call

AndrewonepaAndrewonepa Posts: 1Questions: 0Answers: 0

Hello, I want to make a datatable where the table contains 3 dropdowns. I want to send 3 different variables every time the draw function called. each ajax carries 3 different dropdown values. I want to make that table here. how can i achieve this target please let me know thanks.

Replies

  • kthorngrenkthorngren Posts: 20,276Questions: 26Answers: 4,765

    Assuming you are using the ajax option you can use ajax.data to send parameters to the server. You will probably want to use it as a function. See the last example in the docs.

    Kevin

This discussion has been closed.