You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the table component does not support localizations. It is necessary to modify the labels in the js file and it's not practical in case of update.
In general, all labels should be localizable.
Thanks for opening a new issue. The team has been notified and will review it as soon as possible.
For urgent issues and priority support, visit https://xscode.com/olton/Metro-UI-CSS
Currently, the table component does not support localizations. It is necessary to modify the labels in the js file and it's not practical in case of update.
In general, all labels should be localizable.
ex. :
itemsSteps: "all, 10,25,50,100", itemsAllTitle: "Show all", listItemsCountTitle: "Show entries:", listSearchTitle: "Search:", listInfoTitle: "Showing $1 to $2 of $3 entries", paginationPrevTitle: "Prev", paginationNextTitle: "Next"
tableRowsCountTitle: "Show entries:", tableSearchTitle: "Search:", tableInfoTitle: "Showing $1 to $2 of $3 entries", paginationPrevTitle: "Prev", paginationNextTitle: "Next", allRecordsTitle: "All", inspectorTitle: "Inspector", tableSkipTitle: "Go to page",
The text was updated successfully, but these errors were encountered: