We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e488a6c commit 35033a5Copy full SHA for 35033a5
src/components/table/README.md
@@ -1521,8 +1521,8 @@ three classes (depending on which mode is in use) on the `<table>` element:
1521
- `b-table-select-range`
1522
1523
When at least one row is selected, the class `b-table-selecting` will be active on the `<table>`
1524
-element. Rows that are selected rows will have a class of `b-row-selected` applied to the `<tr>`
1525
-element.
+element. Rows that are selected rows will have a class of `b-table-row-selected` applied to the
+`<tr>` element.
1526
1527
Use the prop `selected-variant` to apply a Bootstrap theme color to the selected row(s). Note, due
1528
to the order that the table variants are defined in Bootstrap's CSS, any row-variant _might_ take
0 commit comments