pegros / PEG_LIST

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

[feat] sfpegListCmp - Dynamic action menu per row in datatable mode #37

Open pegros opened 1 year ago

pegros commented 1 year ago

Is your feature request related to a problem? Please describe. Dynamic menu feature is already available for tileList and cardList display modes. It would be nice to have the same option for dataTable and treeGrid display mode.

Describe the solution you'd like Ability to dynamically show/hide or activate/deactivate row menu entries on a per row basis when in dataTable and treeGrid display mode.

Describe alternatives you've considered

Additional context Best option would be to push a Pull Request for the standard opensource lightning-datatable component.