Search
18435 results 18011-18020
Forum
- 15th Jul 2020editor inline problem- how to chose which data will sent to serverYou could use ajax.data to add a value,
- 30th Jun 2020How can I set the page determined by the server?No, that's not possible, I'm afraid. You'll need to pass that ID to the serverSide scripts, using option ajax.data, and then get the server-side script to find the appropriate page (while also considering the filtering and ordering too). Colin
- 12th Jun 2020Requested Unknown Parameter, but works if data in varWell, its hard to say without seeing your Datatables init code and what you are doing when using the data as a Javascript variable. My guess is you need to use ajax.dataSrc with the value of value. Kevin
- 8th Jun 2020How to access the "draw" parameter?Yep, data is the default, but you can change that to anything with ajax.data, Colin
- 4th Jun 2020Include content in request to Server not established in Editor with .set()You can use ajax.data for that - if it's a function, you can conditionally send values. Colin
- 3rd Jun 2020How change my php query using new parameters set by some checkBox options and redraw my DataTable?had to change the ajax.data parameter, creating a function
- 24th Apr 2020Get sent parameters without server-side processingto the server, or ajax.json() to get what was
- 11th Apr 2020DataTables Editor Checkbox sends boolean value as a string to the server.example as shown in ajax.data did not preserve the
- 26th Jan 2020Store and send extra data for a rowYou can use ajax.data to send additional data to the server, that would be the way to go. Colin
- 25th Jan 2020Pagination and "Showing 0 to 0 records" messageIt sounds like you just need to use ajax.dataSrc, rather than modify the library code. Colin