We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa352e7 commit 5ffefafCopy full SHA for 5ffefaf
src/features/selection/js/selection.js
@@ -240,9 +240,8 @@
240
* grid doesn't automatically select rows when you add extra data - so when you add data
241
* you need to explicitly check whether the selectAll is set, and then call setVisible rows
242
* if it is
243
- * @param {bool} modifierKeysToMultiSelect true to only allow multiple rows when using ctrlKey or shiftKey is used
244
*/
245
- getSelectAllState: function (grid) {
+ getSelectAllState: function () {
246
return grid.selection.selectAll;
247
}
248
0 commit comments