Skip to content

Commit 9a525a2

Browse files
vsiskoakuznetsov-os
authored andcommitted
GG-18881 Web Console: Fixed table with single selection mode checkboxes configuration. #91
(cherry picked from commit ef45445)
1 parent 6611254 commit 9a525a2

File tree

1 file changed

+1
-2
lines changed
  • modules/web-console/frontend/app/components/list-of-registered-users

1 file changed

+1
-2
lines changed

modules/web-console/frontend/app/components/list-of-registered-users/controller.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,11 @@ export default class IgniteListOfRegisteredUsersCtrl {
121121
columnVirtualizationThreshold: 30,
122122
rowTemplate,
123123
rowHeight: 46,
124-
selectWithCheckboxOnly: true,
125124
suppressRemoveSort: false,
126125
enableFiltering: true,
127-
enableSelectAll: true,
128126
enableRowSelection: true,
129127
enableFullRowSelection: true,
128+
enableRowHeaderSelection: false,
130129
enableColumnMenus: false,
131130
multiSelect: false,
132131
modifierKeysToMultiSelect: true,

0 commit comments

Comments
 (0)