You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Selected items are removed from the selection if they are not rendered after paging, sorting, filtering, etc.</p>
26
26
</Callout>
@@ -31,7 +31,15 @@
31
31
For this, we have <code>DisableAllRowsSelection</code> and <code>DisableRowSelection</code> delegate parameters. In the below example, we disabled the header checkbox if any of the employee Id is less than 105.
32
32
Also, disable check the row level checkbox if the employee Id is less than 105.
These CSS variables are used to set the default colors and background color of a row when it's selected.
40
+
You can override the <Badge>--bb-table-selected-row-color</Badge>, <Badge>--bb-table-selected-row-background-color</Badge>, <Badge>--bb-table-selected-row-hover-color</Badge>, and <Badge>--bb-table-selected-row-hover-background-color</Badge> variables in the application's specific CSS file to change the selected row's appearance. Please see the following example where the row text color is set to #fff (white) and the background color is set to #4c0bce (purple) when the row is selected.
These CSS variables are used to set the default colors and background color of a row when it's selected.
2163
+
You can override the `--bb-table-selected-row-color`, `--bb-table-selected-row-background-color`, `--bb-table-selected-row-hover-color`, and `--bb-table-selected-row-hover-background-color` variables in the application's specific CSS file to change the selected row's appearance.
2164
+
Please see the following example where the row text color is set to **#fff (white)** and the background color is set to **#4c0bce (purple)** when the row is selected.
0 commit comments