Search
10314 results 1351-1360
Forum
- 8th Jul 2021Alert "JSON invalid" but JSON is perfectly valid and table loads correctly after "ok"dataTableTermine').DataTable({ dom: "Blfrtip",` ajax: { url: "assets/controllers/termine.php", type: 'POST', data:
- 8th Jul 2021Datatables Working on Local Host but when published to Web app get error 404and using them in url for datatables "ajax": { "url":
- 7th Jul 2021Turn text in cells to Google search linksUse columns.render. https://datatables.net/reference/option/columns.render There is an example of creating a url on that page.
- 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
- 5th Jul 2021al mostrar mas de 25 registros en mi datatable el jquery no sirve para editar celdas(tabledit)4, 'ped']] }, hideIdentifier: true, url: 'php/editar.php' });
- 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
- 3rd Jul 2021Pass a value in editor.dependent using ajax calle ) { $.ajax({ type: 'post', url: 'ajax/pix-num.php', data: {pix: editor.field('txt').val()},
- 1st Jul 2021Is it possible to provide a link to the Editor Modal in an Email?query parameter of the url passed to my JS
- 1st Jul 2021Unable to add a column with Edit/Delete Button - Django + datatablesfor example ? td><a href="{% url 'update_Syslog_XE' syslog.tag %}"><button type="button"
- 28th Jun 2021Page Len Selector Control - Stylingfunction () { $("#btnGenerate").prop("disabled", true); $.ajax({ url: 'api/SDPlus_BillableItems/GenerateItems?resultType=' + recordTypeID, success: function