Search
18450 results 4701-4710
Forum
- 9th Jul 2021Send more parametersvar usersEditor = new $.fn.dataTable.Editor( { ajax: { url: '../php/users.php', data: function
- 9th Jul 2021Error when editing the tableI think you will want to use the Editor's ajax.data to pass the zp value as that is the ajax request being sent when using the Editor features. Might also need to set the type to POST. Kevin
- 8th Jul 2021Alert "JSON invalid" but JSON is perfectly valid and table loads correctly after "ok"tableTermine = $('#dataTableTermine').DataTable({ dom: "Blfrtip",` ajax: { url: "assets/controllers/termine.php", type: 'POST',
- 8th Jul 2021Datatables Working on Local Host but when published to Web app get error 404in url for datatables "ajax": { "url": "@(appPath)" + "Uploads/LoadData", "type":
- 7th Jul 2021tbody selector confusionThank you Kevin. With Ajax loaded data, can I
- 7th Jul 2021Server-Side - does not work wellChange: ajax: '/abc_crm/dt/my/server_side/server_side.php', to be: ajax: { url: '/abc_crm/dt/my/server_side/server_side.php', type: 'post' } The issue is that you had ->process( $_POST ), but by default DataTables will send a GET request. Allan
- 7th Jul 2021How to apply foreach statements to columns optionThis is json from ajax. I would like to
- 5th Jul 2021Using DTE Duplicate how do I auto-update some fields like Publish in the new $ID?DataTables warning: table id=datatable - Ajax error. For more information
- 5th Jul 2021How to manipulate server response for editor when update recordajax: function (method, url, data, success, error) { $.ajax({ url: '...', success: function () { success({}); } }) } should do it. You may wish to call ajax.reload() as well, but depending on your setup it might not be required. Allan
- 5th Jul 2021i get an error table id=dataTable - Requested unknown parameter '0' for row 0, column 0.You've define ajax with serverSide, and data