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
|
<KeycloakDataTable
|
||||||
key={`${id}${key}`}
|
key={`${id}${key}`}
|
||||||
onSelect={(rows) => setSelectedRows([...rows])}
|
onSelect={(rows) => setSelectedRows([...rows])}
|
||||||
canSelectAll={false}
|
canSelectAll
|
||||||
loader={loader}
|
loader={loader}
|
||||||
ariaLabelKey="groups:groups"
|
ariaLabelKey="groups:groups"
|
||||||
searchPlaceholderKey="groups:searchForGroups"
|
searchPlaceholderKey="groups:searchForGroups"
|
||||||
|
|
Loading…
Reference in a new issue