Search
4224 results 1731-1740
Forum
- 19th Feb 2015Need help for sorting date with dd/mm/yyyy formatgt; b) ? -1 : 0)); } columnDefs: [ { type: "datetime-au", "targets": 12
- 12th Feb 2015How to sort using a hidden column in 1.10.0Thanks @tangerine but that doesn't seem to work for me, does this look correct to you? // Sort column 1 by column 2 'columnDefs': [ { 'orderData':[2], 'targets': [1] }, { 'targets': [2], 'visible': false, 'searchable': false }, ],
- 7th Feb 2015Filtered data exported with table tools.filter: 'applied', order: 'current' } } ] }, "columnDefs": [ { "targets": [0], "visible": false,
- 5th Feb 2015disallow searching on hidden columnsok, so just so i understand. the only way to set a column as searchable (which is possible) is in the columnDefs when the table is created? $("#mytable").dataTable({ "columnDefs":[ ... ] }); which is not the same as $("#mytable").dataTable({ "columns": [...] });
- 30th Jan 2015render called twiceserverSide": true, "ajax": "/server_processing.php", "columnDefs": [ { "render": function ( data, type,
- 28th Jan 2015DataTables Inline Editor - Select Options not saving editField to tablethe DataTables columns and columnDefs objects. It has no
- 26th Jan 2015Search by two columnsThank you! SOLVED thanks to you. Changes in code: I've changed searching to initial which searches all columns: dataTable .search(this.value) .draw(); And set columns which I don't want to be search in initTable: "columnDefs": [ { "targets": [2,5], "searchable": false }]
- 23rd Jan 2015i'm getting oTable(strValue).search.draw() is not a function.retrieve" : true, "paging" : true, "columnDefs" : [ { "targets" : 3, "data" : "remove",
- 22nd Jan 2015setting text align table head/bodyBased on the example from the docs page: $('#example').dataTable( { "columnDefs": [ { className: "dt-body-left", "targets": [ 0 ] } ] } ); Does that make it clearer?
- 19th Jan 2015how can i apply smartsearch filter on when checkbox is checked otherwise not?text-center"p>', "search": {"smart": false}, "columnDefs": [ { orderable: false, targets: [ -1