Localization Implementation in Table
Implementation Summary:
Table Component:
Format column data as per column labelKey instead of column name as column name will have label container component.
2. Introduction of getTranslatedHeader method to get column header wrapped with label component.
3. Table title is a special case to handle localization. Below method is introduced.
4. Rows introduced as table props to show total row count in title
Table configuration implementation inside module:
Label container imported to use inside table data
2. Column name and label keys for column header used in the configuration
3. Title used as an object with label keys and label name and rows prop introduced
4. Label keys for column header are mapped with response data
5. Total no of rows dispatched to display it in table title
commit id: 4e99a0f