RowGroup + Bootstrap v5.1.2 and above cause corruption for table-striped
RowGroup + Bootstrap v5.1.2 and above cause corruption for table-striped
Link to test case: https://github.com/DataTables/DataTablesSrc/files/8214314/test.rowgroup%2Bbootstrap5.1.3.html.zip
Description of problem:
When Bootstrap v5.1.2 and above is used, the even rows are striped. The zip file contain a test html file using the example from https://datatables.net/extensions/rowgroup/examples/styling/bootstrap5.html. Editing the html to use Bootstrap v5.1.1 and below will get good result.
Issue reported at https://github.com/DataTables/DataTablesSrc/issues/200 but was closed, mainly due to me not providing the sample html.
Replies
I found the fix. In
datatables.css
the following lines,has to be updated to,
Many thanks! Resolved with your PR
Allan