Search
23681 results 961-970
Forum
- 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.
- 15th Nov 2013Manage frozen columns in data tableFixedColumns for DataTables currently does not support dynamically freezing and unfreezing columns - you can only specify which columns should be frozen at initialisation time. Allan
- 25th Oct 2013DataTable export the pdf compressing the columnsdompdf can not handle many values valors for PDF creation, use mpdf that supports CSS and has many configuration options. Could treat my columns in a personalized way.