gyrocode / jquery-datatables-checkboxes

Checkboxes is an extension for the jQuery DataTables library that provides universal solution for working with checkboxes in a table.
https://www.gyrocode.com/projects/jquery-datatables-checkboxes/
MIT License
150 stars 61 forks source link

allow for external checkbox template #135

Closed demetris-manikas closed 2 years ago

demetris-manikas commented 2 years ago

Hi. I was really happy to find out that I was able to change the template of the selectAll checkbox but not so when I realized that I could not the same for the template of the inner checkbox; Here is a slight enhancement to allow for that. Thanks

mpryvkin commented 2 years ago

Thank you for your submission, but there is no need for additional selectHtml option. You already can style inner checkbox by using render option, see this example.

demetris-manikas commented 2 years ago

Clear... Thanks a lot