Search
23531 results 2841-2850
Forum
- 3rd Apr 2015Fixed Columns scrolls only first columns not other columns.I tested this with Chrome and Firefox. They both have same issue.
- 3rd Apr 2015Tab between columns problemTo a large extent Editor assumes that the data will be saved somewhere that is not the table (the table is just a display container, not a data store). You could do as you have above, which is the closest with simple Javascript, but adding rows might present more a challenge since you need to be able to uniquely identify each row (i.e. it needs a primary key value, which normally is auto-generated by a database sequence). Allan
- 16th Mar 2015DataTable "StateSave" shows all column visible, even if column visibility for some columns is falsegot the answer :) ...
- 13th Mar 2015Editor : Tab between columnsQuick update - this will be resolved in Editor 1.4.1. See the discussion here for further information. Allan
- 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.