Search
10314 results 361-370
Forum
- 11th Jun 2025Positioning controls on child datatable in an editor form with custom templatevalue: 'dcms_mat_items.ID' }, config: { ajax: { url: './SS/ECTS/AssocMat.php', type: 'POST', data:
- 11th Jun 2025How to get searchList selected values on serversidedata. "ajax": { "type": "GET", "url": "/Home/GetInventoryAjax", "dataSrc": "Records" },
- 11th Jun 2025Issue with table not rendering properly with colReorder and responsive pluginsIt's very subtle. I switched the Responsive and ColReorder in the CDN URL. It just makes Responsive run first which works around the issue. I will be looking at fixing it properly thought, probably on Friday. Allan
- 6th Jun 2025How can I render child row to present markdown?remove', editor: editor } ] } }, language: { url: '//cdn.datatables.net/plug-ins/2.3.1/i18n/hu.json', }, select: true, }); // Add
- 4th Jun 2025Setting http header for ajaxsimilar to setting the url? My use case is
- 5th Jun 2025Override default texts for buttons, titlebeing able to use "url: '//cdn.datatables.net/plug-ins/2.3.1/i18n/sv-SE.json'" in DataTables defaults
- 4th Jun 2025Change page after editing...Were you posting a link to a test case? All I see is this page: Please provide the correct URL or the steps needed to see the test case. Kevin
- 2nd Jun 2025div class="span12"> < table id="datatab" class="table table-striped"> @Html.Disvar oTable = $('#datatab').DataTable({ "serverSide": true, "ajax": { "type": "POST", "url": '/Brand/DataHandler', "contentType": 'application/json; charset=utf-8', 'data': function (data) { return data = JSON.stringify(data); } },
- 2nd Jun 2025var oTable = $('#datatab').DataTable({ "serverSide": true, "ajax": { "type": "POST",var oTable = $('#datatab').DataTable({ "serverSide": true, "ajax": { "type": "POST", "url": '/Brand/DataHandler', "contentType": 'application/json; charset=utf-8', 'data': function (data) { return data = JSON.stringify(data); } },
- 28th May 2025Inline editing with KeyTable doesn't turn orange on double clickeditor = new DataTable.Editor({ ajax: { url: this.element.dataset.updateFlightLogUrl + '/aircraft_flight_logs/{id}', method: 'PATCH',