pegros / PEG_LIST

Set of configurable/actionable LWC list components for Salesforce Lightning UX
MIT License
20 stars 8 forks source link

[feat] sfpegListCmp - Support record selection in tile & card display modes #26

Open pegros opened 1 year ago

pegros commented 1 year ago

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:

Describe alternatives you've considered

Additional context Beware to keep title links actionable in tiles when activating tile selection.