/
Localization Implementation in Table

Localization Implementation in Table

Implementation Summary:

Table Component:

  1. 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:

  1. 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

 

Related content

Localization
More like this
Localization
More like this
Setup Base Product Localization
Setup Base Product Localization
More like this
How to use and configure localization screen
How to use and configure localization screen
More like this
Localization Service
Localization Service
More like this
How to use and configure localization
How to use and configure localization
More like this