Search
23679 results 2881-2890
Forum
- 24th Apr 2014sort on only part of the columnsThis has been answered many times in here. For instance: http://datatables.net/forums/discussion/2654/how-can-i-make-a-column-non-sortable/p1
- 15th Apr 2014i am not getting automatic generate html markup and didn't show table data, it displays columns onlyhttp://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read
- 11th Mar 2014How to filter table with greater than or lesser than columns?Perfect - yes, that is exactly the way to do it :-) Allan
- 8th Mar 2014column().search() not working for invisible columnsHehe. God to hear you got it working. Allan
- 7th Feb 2014Trying to use datepicker in one of the columns on my datatableAllan - You can send me message to my inbox on datatables.net too. Then I'll reply with the password just to you on this site. Jerry
- 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