Search
23530 results 941-950
Forum
- 13th Feb 2014Floating and dynamically resizing input fields above their respective columnsthe size of the columns }); It just seemed a
- 10th Feb 2014Advance Filtering On Comma Seperated ColumnsI don't really understand - what comma separated columns? DataTables doesn't use comma separation for columns (except TableTools' CSV export I suppose). Allan
- 22nd Jan 2014How to re-draw the table after columns have been reordered?Well i know now that I can use: [code]oColReorder: { iFixedColumns: 1 }[/code] to lock X many columns from the left to where they cannot be reorder/dragged. This fixes my problem.
- 22nd Jan 2014Show/hide multiple columns at oncethe hiding of multiple columns. I'm adapting the standard
- 15th Jan 2014Variable number of columns in datatabledynamically add and remove columns at this time. You
- 9th Jan 2014Freezing columns breaks header hight alignment due to long header namesnext line for other columns and makes height of
- 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