DataTables / DataTablesSrc

DataTables source repository
https://datatables.net
MIT License
628 stars 423 forks source link

Bootstrap v5.1.2 and above table-striped compatiblity #201

Closed programatix closed 2 years ago

programatix commented 2 years ago

This is the fix for Bootstrap v5.1.2 and above. I've reported this issue at https://github.com/DataTables/DataTablesSrc/issues/200

AllanJard commented 2 years ago

Super - many thanks for this. Just to check though, this change will then not work with Bootstrap <=5.1.1. Or possibly it will work, but operate on the cell background rather than the row which 5.1.1 is presumably using (I haven't checked yet - will do so soon).

programatix commented 2 years ago

I did a quick test with Bootstrap 5.1.0 and 5.1.1 and it works.

AllanJard commented 2 years ago

Awesome - I've just checked as well and it looks good to me. Thanks for this :)