Search
-
Export to Excel not working on table filter
by patfreak ·function reloadTable2(data) { if ($.fn.DataTable.isDataTable("#tblPayFiles")) { $('#tblPayFiles').DataTable().destroy(); } if (data !== null) { var table = $('#t -
Export to Excel not working on table filter
by patfreak ·function reloadTable2(data) { if ($.fn.DataTable.isDataTable("#tblPayFiles")) { $('#tblPayFiles').DataTable().destroy(); } if (data !== null) { var table = $('#t -
Editor removes commas from strings
by dynasoft ·cache: false }, table: '#tblDataTable', template: '#EditorForm', fields: [ { label: '@(lblo.lblExcludedNumbers)** -
How to know fixed columns status?
by doruccia ·if ($("#tbl_data").DataTable().context[0]._oFixedColumns) { // status is "columns fixed" ... } -
Working with array of values in editor
by dynasoft ·ajax: { ... }, table: '#tblDataTable', template: '#EditorForm', fields: [ { label: '@(lblo.lblLists):', name: 'CustomerVoiceCLIPriceLists0[].id', type: "checkbox& -
Error saving editor form after uploading files
by dynasoft ·cache: false }, table: '#tblCDRDataAndFilesTable', fields: [ { label: '@(lblo.lblFormatSource):', name: 'A -
Error saving editor form after uploading files
by dynasoft ·cache: false }, table: '#tblCDRDataAndFilesTable', fields: [ { label: '@(lblo.lblFormatSource):', name: 'A -
Editor send [object + Object] instead of data to the Controller
by ecoda ·var editor = new $.fn.dataTable.Editor({ ajax: '/FinObj/FinObj', table: '#tblFinObj', fields: [...] }); -
Header Row - Problem with styling before InitComplete
by allan ·$('#tblShip').DataTable({ order: [[0, 'asc']], dom: titlebarDom, ..... }); $("div.titlebar").html('<div><h4>Miscellaneous Shipping History</h4>< -
Buttons and Filter Top alignment BS-4.1.1, DT-1.10.18
by rldean1 ·// instantiate the DataTable tblCluster = $('#tblCluster').DataTable({ //dom: "Bft", // DON'T USE WITH BS (MY OPINION) -
Buttons and Filter Top alignment BS-4.1.1, DT-1.10.18
by rldean1 ·* append the buttons (didn't work) tblCluster.buttons().container().appendTo('#tblCluster_wrapper .col-md-6:eq(0)'); -
Header Row - Problem with styling before InitComplete
by Muddy Waters ·">>"; $('#tblShip').DataTable({ order: [[0, 'asc']], dom: titlebarDom, ..... initComplete : function() { $("div.titlebar& -
Import CSV
by kthorngren ·var questionTable = $('#tblQuestion').DataTable({ dom: "Bfrtip", serverSide: false, "ajax": { "url": "/CC/GetQuestions", -
Import CSV
by nitink ·var questionTable = $('#tblQuestion').DataTable({ dom: "Bfrtip", serverSide: false, "ajax": { "url": "/CC/GetQuestions", -
Datatables 1.10.15 broke date sorting
by nobilzk ·$(document).ready(function () { $.fn.dataTable.moment('M/D/YYYY HH:mm:ss'); $('#tblDataTable').DataTable({ paging: false, columnDefs: [{ target: 0, / -
How to change the style of the lengthmenu and search box? Thanks
by cchung ·$('#tblABC').DataTable({ data: JSON.parse(data.d), paging: true, sort: false, searching: true, serve -
"Length.dt" for SubTable
by vickershhh ·$('#tblTasks').on( 'length.dt', function ( e, settings, len ) { window.location = a new location; }); -
Bring Editor's Modal to Foreground
by rldean1 ·$("#universalModal").on("click", "button", function (e) { // if the main bootstrap modal was explicitly closed if (e.curr -
Date Column Sorting with Moment
by ericcota ·HH:mm a'); $('#tblDataTable').DataTable({ responsive: true, fixedHeader: true, "paging": false, columnDefs: [{ target: 0, //index -
Example of files array
by nitink ·$('#tblQuiz').DataTable({ dom: "Bfrtip", serverSide: false, "ajax": { "url": "https://localhost:9001/CC/getquizzes",