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 .
Login to Portal App.
Navigate to the Technical user management.
Search for data that doesn't exist (No search data case).
View the table when no data is present (Empty Table case).
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 supportsnoRowsMsg
prop to display message so in PageLoadingTable component I introducednoRowsMsg
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 .