Search
4218 results 1651-1660
Forum
- 27th Aug 2015custom sorting with heavely formated dateTo hide a column: http://datatables.net/examples/basic_init/hidden_columns.html Then in your "columnDefs": { // Sort column 1 (formatted date) by column 6 (hidden seconds) "orderData":[ 6 ], "targets": [ 1 ] }, Column numbering is entirely up to you of course.
- 27th Aug 2015enum sorting pluginEureka, that worked. So the type has to be set either in the columnDefs or the columns option - both places isn't necessary. Thank you so much for taking so much time with this. Really appreciated!
- 27th Aug 2015Deferred loading and custom renderingI user deferLoading and columnDefs to generate a URL.
- 26th Aug 2015Problem with DataTables Column visibilityextend: 'colvis', postfixButtons: [ 'colvisRestore' ] } ], columnDefs: [ { targets: [-3,-4,-5,-8,-10], visible: false
- 25th Aug 2015Background color of 1 column header?the class in the ColumnDefs section. Then put th.className
- 23rd Aug 2015Multiple Tables - only initializes the first table selected.paging": false, "dom": '<"top">frt<"bottom"ilp><"clear">', // "columnDefs": [ { // "targets": [ 1 ], // "orderable": false
- 22nd Aug 2015Responsive Table Shows the Hidden Columnsdevice. See here. https://datatables.net/extensions/responsive/classes "columnDefs": [ //Responsive classes { className: 'never',
- 21st Aug 2015To display the all the row which is checkedtitle: "Salary" }, { title: "active"} ], 'columnDefs': [{ 'targets': 7, 'searchable':false, 'orderable':false,
- 20th Aug 2015Datatable with Ajax data source problemprevious": "Prev", "next": "Next" } }, "columnDefs": [{ "targets": [ 0 , -1 ], //first
- 18th Aug 20151.10 Ajax for small data set in memory1, 'desc']], 'oLanguage': { 'sSearch': '', }, 'columnDefs': [ { 'targets': [2,11,12,13,14],'orderable':false,'searchable': true }, { 'targets':