Select a row by checkbox
Select a row by checkbox
jimmyk
Posts: 2Questions: 0Answers: 0
Hello everyone,
First, here's my datatable configuration :
- Datatable 1.9.1
- ColVis 1.0.8
- TableTools 2.1.4
I make a dataTable with, in first cell of each row, a checkbox who allow us to select line. Or TableTools doesn't have option for the multi-select with checkbox.
After hours of research, the only solution I find is to make a little modification in TableTools.js. Have I legally the right to do it ?
I'm OK to share it with you and discuss about it.
Thank you.
First, here's my datatable configuration :
- Datatable 1.9.1
- ColVis 1.0.8
- TableTools 2.1.4
I make a dataTable with, in first cell of each row, a checkbox who allow us to select line. Or TableTools doesn't have option for the multi-select with checkbox.
After hours of research, the only solution I find is to make a little modification in TableTools.js. Have I legally the right to do it ?
I'm OK to share it with you and discuss about it.
Thank you.
This discussion has been closed.
Replies
I forget to tell you that I'm using Server-side datatable.
The example page you send to me doesn't use TableTools ... This solution can work but I would like to use the export functionnalities of TableTools.
Yes - TableTools is available under the same licenses as DataTables. You are free to modify it as you wish. Basically all you need to do is keep the copyright notice at the top (or somewhere else accessible).
Allan