title | issue |
---|---|
Select all across sw-data-grid pages |
NEXT-11545 |
- Changed default
isRecordSelectable
props insw-data-grid
component - Added a new props
maximumSelectItems
default null means unlimited selection - Added a new props
preSelection
to pre-select grid items - Changed computed property
allSelectedChecked
insw-data-grid
component - Added a new method
deSelectAll
insw-data-grid
to de select all selected items across pages - Added a new
span.sw-data-grid__bulk-max-selection
insw_data_grid_bulk_selected_count
block to show that user has select maximum items - Added a new
a.bulk-deselect-all
insw_data_grid_bulk_selected_actions
block to triggerdeSelectAll
action - Added default
:maximum-select-items
prop ofentity-listing
is 1000 - Added default
:maximum-select-items
prop ofsw-data-grid
insw-order-list
is 1000 - Deprecated
localStorageItemKey
insw-data-grid
component