Search
18450 results 4711-4720
Forum
- 2nd Jul 2021inline editor - need to create, not updatehere is my Editor var BillableItemsEditor = new $.fn.dataTable.Editor({ ajax: 'api/SDPlus_BillableItems', table: '#SDPlus_BillableItems', fields: [ { label: "PK_ID", name: "SDPlus_Approvals.WorkLog_PK_ID" } , { label: "ApprovedBy", name: "SDPlus_Approvals.ApprovedBy" } , { label: "ApprovedDate", name: "SDPlus_Approvals.ApprovedDate" } ] });
- 2nd Jul 2021populate dropdown from unlinked tableto either make an Ajax call to an end-point
- 29th Jun 2021Is it possible to display a different table after clicking a primary table cell?the row data via Ajax. See the config here.
- 29th Jun 2021Update data on the servervar editor = new $.fn.dataTable.Editor( { ajax: '/abc_crm/dt/my/kv/kv.php', table: '#aaa_kv', fields:
- 28th Jun 2021Page Len Selector Control - StylingbtnGenerate").on("click", function () { $("#btnGenerate").prop("disabled", true); $.ajax({ url: 'api/SDPlus_BillableItems/GenerateItems?resultType=' + recordTypeID, success:
- 28th Jun 2021Logical AND-combined column-specific search in 'search' option?Are you looking to send the parameters in the Ajax request? If so use ajax.data as a function as showing in this example. Kevin
- 28th Jun 2021passing a variable to DataTables server side processingis inside the second ajax option. To pass data to the server use the ajax.data option as a function.
- 28th Jun 2021Don't need to insert on left join tablevar JobTitlesEditor = new $.fn.dataTable.Editor({ ajax: 'api/JobTitles', table: '#JobTitles', fields:
- 27th Jun 2021Data:null column if first return "Unknown field: (index 0)" errorselect: true, dom: 'Bfrtip', ajax: { url: '/measuring-points/datatable', type: 'post'
- 27th Jun 2021object-reference-not-set-to-an-instance-of-an-object in Editor version 2.0.4 but not 1.9.6messing around with the Ajax edit request. Allan