Search
23429 results 9311-9320
Forum
- 8th Oct 2015Best way to hide a datatable (with dynamic footer) while formatting data and show it on initCompletemethod to reformat my columns. You can have a
- 7th Oct 2015Need to store column view to database per user after show/hide functionalityiam not 100% sure but this could be used to get columns names .$.fn.getColumnsShown = function(dTable) { vCols = new Array(); $.each(dTable.fnSettings().aoColumns, function(c){ if(dTable.fnSettings().aoColumns[c].bVisible == true){ vCols = vCols.concat(dTable.fnSettings().aoColumns[c].sName) } }); return vCols; }
- 6th Oct 2015Change cell format by row and column numberDid you define a style for 'alert'? That's not going to work because you don't have 10 columns.
- 6th Oct 2015Uncaught TypeError: Cannot read property 'mData' of undefinedFound the problem... DataTables is very picky on the header with colspans. The number of header columns has to match with the number of tbody columns. http://live.datatables.net/ziqaginu/11/edit?html,js,output
- 6th Oct 2015Dreaded unknown parameter '0' for row 0Hi James, The issue was that the columns array in your initialisation was nested inside the ajax object, so DataTables wasn't seeing it. Making it a top level property in the configuration object allows it to work as expected. Allan
- 6th Oct 2015Having to use setTimeout to pause before executing functions fired by DataTables eventssetTimeout(function(){ start_editable(); }, 5); } ) // Ordering columns .on( 'order.dt', function () { setTimeout(function(){
- 6th Oct 2015Fastest way to take a table with 40 fields and use it with Datatables (PHP preferred at the moment)the table header $str = "columns: [".PHP_EOL; $fieldinfo = $result->fetch_fields(); foreach
- 5th Oct 2015Select dropdown in table cell not firinga table with 5 columns. The last column contains
- 5th Oct 2015Combine selector-modifier with a functionT<"clear">lfrtip', tableTools: { "sSwfPath": "/assets/plugins/DataTables/swf/copy_csv_xls_pdf.swf" }, "columns": [ { data: "c1", render: function
- 2nd Oct 2015numbers not showing for PDFdevelopment project across all columns.