Search
18437 results 5161-5170
Forum
- 24th Sep 2020HTML showing on trialWhat's the URL you are using to load the page? And what is the URL you are using for the ajax option in both DataTables and Editor? Allan
- 23rd Sep 2020Access the editor variable inside the functionname: 'csv', type: 'upload', ajax: function ( files ) { // Ajax override
- 23rd Sep 2020Datables instantiation and dynamically linked tablesYou could do something like this here. It's not setting up any ajax at initialisation, but doing it on an event - in this case a button click. Would that work for you? Colin
- 22nd Sep 2020CSV Import errordocument).ready(function() { editor = new $.fn.dataTable.Editor( { ajax: "../../controllers/admins_fetch.php", table: "#example", fields:
- 22nd Sep 2020Multiple Mjoin with WHERE clause on same tables - How to taget different editor fieldsvar editor = new $.fn.dataTable.Editor( { ajax: "program_data/unit_outcome_data.php", table: "#datatables_table", template:
- 22nd Sep 2020why does typeof data.cellValue return int value as string??My guess is that the data is sourced from the DOM or the ajax response has those values as a string. Kevin
- 21st Sep 2020Editor - Data not saving and not showing some dataValue and PO using ajax post but then i
- 21st Sep 2020Numeric Sortavailable DataTables_Table_0 Data source: Ajax Processing mode: Client-side Draws:
- 20th Sep 2020Multi-tab database does not work$(document).ready(function () { $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) { $.fn.dataTable.tables({ visible: true, api: true }).columns.adjust(); }); $('table.table').DataTable({ ajax: "/Admin/Category/CategoryList", contentType: "application/json; charset=utf-8", scrollY: 200, scrollCollapse: true, //paging: false paging: true }); // Apply a search to the second table for the demo $('#myTable2').DataTable().search('New York').draw(); });
- 20th Sep 2020Access to data value using Global Validatorvar siteEditor = new $.fn.dataTable.Editor({ ajax: { url: "../../" + EDITOR_DIR + "/controllers/ukif-stock_holdings.php", type: