Is TableTools worth using without the Buttons?
Is TableTools worth using without the Buttons?
wxkevin
Posts: 11Questions: 0Answers: 0
I am currently in the processing of prototyping switching out our current tables for DataTables instead. Our tables are scrollable, row selectable and sortable. DataTables provides the sorting and scrolling very well out of the box. TableTools contains row selecting but also comes with the buttons. We won't be using the buttons since we have our own set of toolbar buttons already. I just want to hook the row selection up when our current buttons are selected.
So my question: Is it worth using TableTools just for row selection? Am I better off just writing a function to add or remove the "row_selected" class?
So my question: Is it worth using TableTools just for row selection? Am I better off just writing a function to add or remove the "row_selected" class?
This discussion has been closed.
Replies
Allan