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

Bootstrap Custom Checkboxes support #117

Closed HaroonKhalid824 closed 4 years ago

HaroonKhalid824 commented 4 years ago

It's a great plugin. I used it in a project where Bootstrap's custom checkboxes were used. But this project comes with native checkboxes. So I changed the source according to my needs and used it in my project. I want to contribute this change to this open-source plugin. Please tell me how can I contribute Screen Shot 2020-05-05 at 3 27 57 PM . I've forked and clones the project but there isn't any contribution guide included. Thank you.

mpryvkin commented 4 years ago

I don't see any commits to your forked repo. However I suspect that no PR would be necessary because the plug-in was designed to be customizable out of the box, see Styling examples.

HaroonKhalid824 commented 4 years ago

I saw the styling example. The difference between native checkboxes and bootstrap custom checkboxes is that they differ in html structure. But I see we can use rendering methods explained in the style guide to achieve desired results. Thanks for getting back.