Search
23531 results 2951-2960
Forum
- 10th Mar 2011Trying to search in the columns where existis tags DIVHave you corrected the HTML issues that the validator flags up? In the example you linked to there are still the same issues. DataTables requires valid HMTL in order to work, otherwise the number of options that would need to be supported would just be impossible. Allan
- 3rd Feb 2011User stretchable columnsIm afraid not at this time. This would be implemented as a plug-in to DataTables, but it's not one I've had time to create yet. Allan
- 20th Dec 2010Sorting not working for dynamically generated columnsThanks Allan. That was indeed the problem. I was not constructing my header properly. Now it works perfectly fine! Thanks again.
- 9th Oct 2010Metadata for columnsAt the moment - no not really. If you want to do any meta data stuff, then you'll need to do it manually, or assign it to DataTables' internal components in such a way that DataTables doesn't know about it (easy enough using the aoData array). Regarding the header - DataTables does very little to the table headers, so there are no manipulation functions for them. Rather, what is expected is that if you want to manipulate the headers, just do it using standard DOM / jQuery methods. Allan
- 29th Sep 2010header with colspan plus show and hide columnsHi allan, Are you sure it's possible? You seem to suggest not in this thread: http://datatables.net/forums/comments.php?DiscussionID=2136&page=1
- 18th Sep 2010Asc/Desc tooltip on sorting columns?Just what I have been looking for, thank you for posting!
- 18th Sep 2010Searching / Filtering DOM ColumnsAh, setting "sType": "text" in aocolumns helped :)
- 17th Sep 2010IE 8 Wants 7 Columns Every other browser wants 6I resolved this, its have two same id, change name id, its work normally.
- 23rd Jul 2010URL Links in datatable columnsThats great thanks for the speedy response. One other issue I have is that our current grid supports a select all rows button in the header row and an individual select checkbox on every row as the first column on the left hand side. Are there any examples of embedding objects within a table? One thought we had for select all was to use a class name and attach a click event to the class name but we're not sure about the check box on each individual row. To be honest I prefer the select row functionality as it is now but when you have urls in the row it makes things a litttle tricky.
- 25th Mar 2010Checkboxes in columnsDid you try this MrBean? Did it work? Can you post the code? Thanks :-)