Colvis settings classnames
Colvis settings classnames
ellipsis
Posts: 23Questions: 0Answers: 0
The colvis extension does not have an extendable classnames string or object like the TableTools extension.
This would be very usefull.
For example: The bootstrap modification are added by extending the classnames, for the colvis extension I had to overwrite the source to get the same result.
This would be very usefull.
For example: The bootstrap modification are added by extending the classnames, for the colvis extension I had to overwrite the source to get the same result.
This discussion has been closed.
Replies
[code]
* Buttons
- HTML buttons
- Flash buttons
- Column visibility buttons (built on the HTML buttons)
* Row selection
* Print view (built on the HTML buttons)
[/code]
It should be possible to just have row selection if that is all you want for example. Indeed, DataTables 1.11 is going to be more modular, so it will be possible to not have the API if you don't want the API, or not have the sorting code if you don't want sorting.
That's the plan!...
Allan
When the new release is there (documented ;) ) I will try to get it to integrate with our mvc structure, or CANJS.
At the moment we use a function to detect flash and if so, extend the tabletools buttons with the flash buttons.
Allan
Tabletools is not so bad at the moment actually. (except the Flash part... :P ) Do you expect problems using the current tableTools plugin with the new dataTables 1.10?
Roadmap is available here: http://datatables.net/development/roadmap .
TableTools current release isn't compatible with 1.10, but if you grab the version from git, that is fully compatible with 1.10 :-). TableTools used a private API (bad me) which changed in 1.10...
Allan