Search
23449 results 8551-8560
Forum
- 14th Jan 2017DataTables with currencyFormatter.js sort failure.lt;tfoot><tr>"; // split line into columns var columns = ourrow.split(";"); var
- 14th Jan 2017Hide column with HTML5 data attributesYes, you can use the columns options via HTML5 attributes as described in the documentation here. columns.visible is the one you want. Allan
- 14th Jan 2017Toggle column visibility by class namecolumns.visible() This returns a DataTables API instance, so ! columns.visible() is always going to be false. Try columns.visible(!columns.visible()[0]); That will get the first entry from the array. Assuming all three columns are always in sync visibility-wise, that should work okay. Allan
- 13th Jan 2017Column width option not being applied@allan - is there a certain width that individual columns are limited to? Thanks, Andrew
- 13th Jan 2017Export questions...addMsg; }, addClass: 'compact', exportOptions: { columns: '0, 1, 2, 3,
- 13th Jan 2017Upload image file name - incorrecttype: "POST", data:{ "s_lists":"true" } }, columns: [ { data: "name", title:"Name" }, { data:
- 12th Jan 2017Datatables - Export to Excelbuttons: [ { extend: 'excel'', exportOptions: { columns: '1, 3, 4' } } You replace 1 3 4 with whatever columns you want to export. I think you can also exclude certain columns, but don't remember exactly how.
- 12th Jan 2017How to check a column is fixed or not ?Sorry - there is no API for that at the moment. Given that you need to specify which columns are fixed, you'd need to store and look that information up yourself. Allan
- 12th Jan 2017display another data table on click of data of data table's row/columnPOST' }, order: [ 0, 'asc' ], columns: [ { data: "blasts.blast_name", responsivePriority: 1
- 11th Jan 2017Bootstrap, too wide right padding in header?browser's could misalign the columns. That's way it is