Search
-
trouble rendering a dynamic recordset using Ajax
by allan ·$("#tblMFA").css('display', 'block'); -
trouble rendering a dynamic recordset using Ajax
by allan ·it if ($.fn.dataTable.isDataTable("#tblMFA")) { $("#tblMFA") .DataTable() .destroy(); $("#tblMFA").empty(); } if ( -
datatable.destroy() and reinitialisation not working properly
by joannaz ·1. One of these tables (let's call it Table 6 - #tblMFA in the DOM) only has data for a some selections in Table 1. The column titles in Table 6 will be different for every dataset that is not null -
trouble rendering a dynamic recordset using Ajax
by joannaz ·== false) id = 0; var table6 = $('#tblMFA').DataTable(); table6.destroy; getMFData(id); }); }(); function GetTableRowID -
trouble rendering a dynamic recordset using Ajax
by joannaz ·$('#tblDSResults').on('click', 'tr', function () { var id = GetTableRowID(); var table6 = $('#tblMFA').DataTable(); if (Boolean(id) == false) id = 0; -
trouble rendering a dynamic recordset using Ajax
by joannaz ·The problematic table is #tblMFA and is shown on the 'Multi-file Parameters' tab. Of the datasets shown only Pump2_Cavitation_RawAccData has any data to populate this table. -
trouble rendering a dynamic recordset using Ajax
by joannaz ·the details for Multi-file datasets $('#tblMFA').DataTable({ ajax: { url: siteURL + "/?action=populate_fileattributes_table&am