eclipse-tractusx / portal-shared-components

Portal Shared UI Components
https://eclipse-tractusx.github.io/portal-shared-components
Apache License 2.0
1 stars 13 forks source link

PageLoadingTable Message Translations #368

Open Usmanfee opened 1 week ago

Usmanfee commented 1 week ago

Current Behavior

Currently we don't have any way to support messages with translation for PageLoadingTable. Since it is using Table component under the hood to render the Table and Table component supports noRowsMsg prop to display message so in PageLoadingTable component I introduced noRowsMsg prop for Table component to render messages in PageLoadingTable.

Expected Behavior

PageLoadingTable component should display provided message and its translation in EN and DE.

Steps To Reproduce

Technical User Management is one of Page which is using PageLoadingTable component .