Search
23414 results 931-940
Forum
- 9th Jan 2014Show specific column beneath other columns in its own display area (similar to row_details example)?true, "ajax": "/custom/data-tables/logs-keystrokes.php", //set columns and rendering "columns": [ { "data":
- 8th Jan 2014Columns don't fit to header - datatables with Scroller pluginThank you, Allan! It was caused by this CSS padding: table.display thead th { padding: 3px 18px 3px 10px; When I remove this (horizontal) padding, columns are okay.
- 4th Jan 2014I think I have found a bug - DOM node leak (detached) when bVisible=false columns are present!Hi, The columns are made visible before the events are unsubscribed: https://github.com/DataTables/DataTablesSrc/blob/master/js/api/api.core.js#L78 . However, there certainly would be a leak there if the remove option is set. Good spotting! Allan
- 24th Dec 2013ServerSide with templates for columnsneed generate only 4 columns and use those 10
- 18th Dec 2013ColumnFilter with ColReorder and ColVis fix for hidden columns, NULL ColumnFilter, ColReorderI'm having this issue, too!! Cool... going to try it. Can I have a mixture of INPUT and SELECT type searches for specific columns? What's that code look like?
- 12th Dec 2013disable the click functionality in the data Table in for particular columnsThe bSortable option can be used to disable the click to sort ability on columns. Allan
- 9th Dec 2013Change Columns header movement effect on ipadI have the same problem with DataTables 1.10 pre-beta version. It seems the columns header alignement take effect after the end of the data animation. How is doing animation ?
- 3rd Dec 2013Responsive Datatables with Show / Hide columns functionalitymethod. Just define what columns you want to be
- 29th Nov 2013Show columns matching table headersa table with 20 columns and 50 rows, it
- 28th Nov 2013Set Default sorting column and set unsortable columnsaaSorting for default sort. bSortable for disabling sort. Both can be set to target certain columns.