Search
23433 results 2941-2950
Forum
- 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 :-)
- 1st Mar 2010Adding URL's to a column's resultsYes, fnRender should do it. Thank you.
- 16th Feb 2010multiple columns in thead and tfoot but a free form (one cell) tbodyOh I see... Sorry to say that DataTables doesn't support colspan (or rowspan) in the tbody... The reason being that it would make implementing any sorting and filtering rather difficult. I did have a hack for colspan kicking around a while ago - so it's sort of possible, but I've never thought of an elegant solution that I like. it would also mess up the column visibility options... Allan
- 27th Dec 2009How to do a custom filter on multiple columns on the tableThis looks like a duplicate to me: http://datatables.net/forums/comments.php?DiscussionID=1019 :-)
- 27th Dec 2009limit to edit on or several columns but not allHi valdezr, There shouldn't be anything special about Firefox on Linux :-). Are you initialising jEditable before DataTables or after? If before, then this should work fine, and a good test would be to remove the DataTables initialisation and see if the jEditable one has worked. If you are doing it the other way around, then you'll need to use fnGetNodes() - http://datatables.net/examples/advanced_init/events_post_init.html Regards, Allan