Search
23681 results 891-900
Forum
- 3rd Mar 2015Unable to get columnDefs.render to work on columns coming from AJAX requestarray of indexes for columns that have the given
- 24th Feb 2015how to change "searchable" columns dynamically?I don't really know what would be involved in making the searchablility of columns dynamic myself. It was never designed that way so would likely involve a fair amount of work. Allan
- 23rd Feb 2015Individual columns search based on the 'Searchable' value of the colclass "searchable" to the columns which are searchable. Then
- 14th Feb 2015Can we add dynamic columns in bootstarp 3.loads, I have 5 columns in my datatable. But
- 13th Feb 2015Sorting non-numeric columnsany text in the columns.
- 11th Feb 2015Responsive columns falling off of table in chromethe 9th. But the columns are still falling off
- 9th Feb 2015How to sort the serial numbers while the other columns get sorted?while the other data columns get reversed, when I
- 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": [...] });
- 29th Jan 2015FixedHeader: Floating header columns widths are not updated when data column widths changetherefore also before the columns have been resized, which
- 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 }]