Search
4198 results 1711-1720
Forum
- 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
- 14th Jan 2015How to change background color of cells with special valueI'm a noobie, but I think you can use the render option of columnDefs to do that. I've used that to combine values and adjust the CSS.
- 6th Jan 2015Getting ALL rows to submitfilter: false, "pageLength": 25, "columnDefs": [ { "type": "html", "targets": ['no-sort'],
- 26th Dec 2014Modal dialog10, 20, 50, 100] ], "columnDefs": [{ //set default column settings