Hacker News new | ask | show | jobs
by m_mueller 4665 days ago
Thanks for writing this piece of software! I appreciate all the configurability. One thing that irks me bit, is the way action buttons are handled (using TableTools, ColVis and the like). Ideally I'd like to place and style the buttons the way I want and just have JS handles for activating their functions as well as state change events. Maybe I've missed something, but I couldn't find how to do this from looking at the documentation as well as the ColVis source code. Did I miss something or do you have plans changing this in the future?
1 comments

Plans to change it in the future. I'm planning on merging the abilities of ColVis (given that it just calls a standard DataTables API method) into TableTools and improving the TableTools API / configuration options. At the moment ColVis is a little bit lagging while waiting for this to be implemented - which will be the first thing on the cards when DataTables 1.10 is released.
Thanks, that's good to know. Makes me want to come back to DataTables once these changes are in effect.