Search
23432 results 2861-2870
Forum
- 1st Feb 2014Added FixedHeader and can no longer sort columnsLooks like you are loading DataTables twice on your page for some reason. The second one is overwriting the first, which has FixedHeader attached to it. Load it just once. Allan
- 27th Jan 2014custom styling for columns with ajax populated table?Perfect - fnCreatedCell is just the ticket then. Allan
- 24th Jan 2014fixed columns + reorder plugin = broken sortingThis is fixed in the latest ColReorder with FixedColumns which I've been working on over the last few days. It should be released at the start of next week. Thanks, Allan
- 18th Jan 2014Limiting the text length of columns while adding or editing a row.Yes, the method shown in that example is perfectly valid as well! Lots of way to do it :-) Personally, I feel that rather than duplicating code, just let the server do the validation - unless you need it to be realtime of course... (keyup etc). Allan
- 8th Jan 2014Columns not sorting when using default search fieldThat did the trick Thanks
- 21st Dec 2013how to filter the data tables columns using check box, price slider with dynamicallythanks for your quick response allan...
- 19th Dec 2013Adding row on top when sorting on columns are disabledThanks for your reply. aaSortingFixed option helped me. I just used a invisible column and on this i did the sorting. and that fulfill my requirement of adding row on top the table.
- 16th Dec 2013Weird CSV when there are non-breaking spaces in header columnsNo you aren't missing anything - its not a feature that TableTools currently has - but perhaps should! This s where it would need a modification: https://github.com/DataTables/TableTools/blob/master/media/js/TableTools.js#L1607 . Allan
- 10th Dec 2013Header columns are not aligned with the data columnsSorry for the double post, but on further review, this is occuring because I am rendering the table inside a DIV that is hidden, I have changed the order of my JS and everything is A-O-K! Excellent software you have written here Allan!
- 9th Dec 2013Delay columns containing imagesYes - in milliseconds. Good to hear it works for you :-) Allan