Search
23681 results 951-960
Forum
- 11th Mar 2014Swap tables - dynamic columnswant to change the columns or table options you
- 18th Feb 2014colvis: how to show multiple columns in Show/Hide button drop down when there are too many columnsnevermind, actually the above code works (at least show me 4 columns now), I just putted the code at wrong place.
- 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.