pegros / PEG_LIST

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

[feat] sfpegListCmp - Add a Map display option #20

Open pegros opened 1 year ago

pegros commented 1 year ago

Is your feature request related to a problem? Please describe. Instead of a data-table or tile list, an interesting way to display data fetched by a sfpegListCmp is to use a map.

Describe the solution you'd like The idea is to fetch a set of record via a sfpegListCmp configuration and display them on a Map as icons and offer the ability to interact with them ("Row Actions" and "Mass Actions") .

Describe alternatives you've considered Leverage the standard lightning-map base component.

Additional context In the legacy Aura component, such a component was available --> porting in LWC, simplification of the configuration, use of the new capabilities...