Search
23432 results 2831-2840
Forum
- 5th Mar 2015Show/hide columns destroy and create the contentI found a possibile solution: http://stackoverflow.com/questions/14372655/jquery-datatables-hide-column-without-removing-it-from-dom this worked for me but it's not the best Bye
- 16th Jan 2015Combinate TableTools with Highlight Rows & ColumnsPic: http://i60.tinypic.com/xgct9c.png
- 1st Dec 2014Alternative way of hiding columns with checkbox?I found an alternate way... I use Bootstrap 3 tabs, for further details see answer here
- 19th Nov 2014inline editing with tab between columns "undoes" values?at the moment, I found a solution of calling "editor.submit()' from within the on() method that processes the tab clicks. seems to work for now, we'll see...
- 17th Nov 2014how to search results from columns which contains sub controls like select tagYou can try my yadcf for that, take a look at the showcase sample http://yadcf-showcase.appspot.com/DOM_source.html inspect first column filter , it uses the filter_type: 'custom_func' , take a good look at the code samples on that page and find a way to track your selected value on your selects
- 7th Nov 2014Show / hide columns dynamically on Server Side ProcessingAllan, I managed to solve it on my own. I will put a link page next time.
- 4th Nov 2014Heading sort columns default to the last tr in thead?Thank you :D, that will be what I am looking for, it would be better if you could simply supply an integer but I'm sure that will come in the future, I will have a poke around and see what I can do for it :) thanks again :D
- 30th Oct 2014Columns are mixed When export to excelGreat thanks for letting me know that was the issue. When I update TableTools, I'll add in a fix for that. Allan
- 17th Oct 2014Columns frames not perfectly alignedDo you have border-collapse: collapse set in the CSS for the table. If so, remove it - it makes column width calculations simply impossible :-(. Allan
- 1st Oct 2014Sorting on hidden columns and passing directionA forum search would find the answer. http://legacy.datatables.net/usage/columns#iDataSort