Skip to content

Commit

Permalink
GG-18881 Web Console: Fixed table with single selection mode checkbox…
Browse files Browse the repository at this point in the history
…es configuration. #91
  • Loading branch information
vsisko authored and akuznetsov-os committed Jun 5, 2019
1 parent 26bd56b commit ef45445
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,11 @@ export default class IgniteListOfRegisteredUsersCtrl {
columnVirtualizationThreshold: 30,
rowTemplate,
rowHeight: 46,
selectWithCheckboxOnly: true,
suppressRemoveSort: false,
enableFiltering: true,
enableSelectAll: true,
enableRowSelection: true,
enableFullRowSelection: true,
enableRowHeaderSelection: false,
enableColumnMenus: false,
multiSelect: false,
modifierKeysToMultiSelect: true,
Expand Down

0 comments on commit ef45445

Please sign in to comment.