PEG_LIST
PEG_LIST copied to clipboard
[feat] sfpegListCmp - Support record selection in tile & card display modes
Is your feature request related to a problem? Please describe. Currently, record selection for mass actions is only available in datatable and treegrid display modes (feature provided by the underlying Lightning base components). It would be great to have a similar capability when in tileList and cardList modes.
Describe the solution you'd like Simply implement a similar feature as in datatable to:
- activate tile selection and set the max number of selectable records (reuse current configuration properties)
- give an easy way to mass select/deselect records in the component.
Describe alternatives you've considered
- Reuse solution from PEG_FLW package (ListMultiSelectorFlw component)
Additional context Beware to keep title links actionable in tiles when activating tile selection.