Search
23433 results 11681-11690
Forum
- 16th Sep 2010First fixed column with horizontal table scrollingHey Allan, Thanks for your very fast reply. For now, I am toggling on/off the columns of my table. I will patiently wait for this feature ;) Thanks a lot. Jonathan
- 15th Sep 2010jeditable/datables/mysqlto add any extra columns (add/edit/delete etc) to the
- 14th Sep 2010AutoFill - new plug-in (now v.1.1)it work across multiple columns - and that's the next
- 13th Sep 2010Stable sortyou perhaps say what columns you need to sort,
- 11th Sep 2010Sorting on imagesthe sType for the columns to 'string' - which might
- 9th Sep 2010Type detection doesnt work on server-side dataprogrammed to handle the columns as you wish them
- 7th Sep 2010fnAdjustColumnSizing usageI seem to have fixed this myself. I don't even need the function above, but if I set "bAutoWidth": false on initialisation, then the data table resizes columns when the browser resizes. Smooth.
- 7th Sep 2010fnAddData("example","row") to a server side processing tablespecifically to give frozen columns when scrolling I think...
- 7th Sep 2010nTh.parentNode is nullDataTable with some hidden columns and need to re-initialise
- 7th Sep 2010sort asc on classThere is no aaSorting option for a column definition ( http://datatables.net/usage/columns ) - so no that wouldn't work. aaSorting is a general initialisation option, not a column specific one (since it can span multiple columns). Allan