added can select all checkbox (#2185)

This commit is contained in:
Erik Jan de Wit 2022-03-07 15:28:59 +01:00 committed by GitHub
parent 7d2abf0a9b
commit a84701fe5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"