pegros / PEG_LIST

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

[feat] sfpegListCmp - Hide datatable when there is no data to display #71

Closed pegros closed 1 month ago

pegros commented 1 month ago

Is your feature request related to a problem? Please describe. In the standard related lists, only the list title is displayed when no data is available. Currently the sfpegListCmp still displays the table header in such a case, which is not very UX friendly.

Describe the solution you'd like Show no datatable when there is no data to display

Describe alternatives you've considered None

Additional context N/A

pegros commented 1 month ago

Implemented the feature and included the ability to specify an optional special message displayed when no data is available. See details at https://github.com/pegros/PEG_LIST/blob/master/help/sfpegListCmp.md#no-data-display-handling