added can select all checkbox (#2185)
This commit is contained in:
parent
7d2abf0a9b
commit
a84701fe5c
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ export const GroupTable = () => {
|
|||
<KeycloakDataTable
|
||||
key={`${id}${key}`}
|
||||
onSelect={(rows) => setSelectedRows([...rows])}
|
||||
canSelectAll={false}
|
||||
canSelectAll
|
||||
loader={loader}
|
||||
ariaLabelKey="groups:groups"
|
||||
searchPlaceholderKey="groups:searchForGroups"
|
||||
|
|
Loading…
Reference in a new issue