lwc-utils
lwc-utils copied to clipboard
Wiki - Add section around "OOTB" Datatable_Actiion_Config__mdt edit/delete row actions
Currently, it is not clear that there are two actions that come configurable for you (per row action on a SOQL Datatable):
edit_rowdelete_row
See here:
- https://github.com/tsalb/lwc-utils/blob/7b35d377f75d7470f4393094109d70841788adb8/utils-core/main/default/objects/Datatable_Action_Config__mdt/fields/Row_Action_Name__c.field-meta.xml#L15
- https://github.com/tsalb/lwc-utils/blob/7b35d377f75d7470f4393094109d70841788adb8/utils-core/main/default/lwc/datatable/datatable.js#L514
It would be a good idea to surface these two better (outside of recipes) and straight into the wiki!