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
Thank you for adding the i18n function. But I have 2 questions:
When I tried to use the jsGrid.locale following the doc, it not working and giving the error: Uncaught TypeError: Cannot read property 'required' of undefined. I was wondering whether I use it right. Here are the fiddles: http://jsfiddle.net/p39kteqh/27/ http://jsfiddle.net/p39kteqh/28/
I want to internationalize my header as well, how can I do this? I am wondering if I should use some translate plugins or?
Thank you very much!
The text was updated successfully, but these errors were encountered:
The issue is that the new script jsgrid.validation.js was not included in the build.
For temporary fix, you can include it before calling localization function.
The fix will be soon released in v1.4.1.
If you need to localize them just define title of the field in the target language.
If you want to support several languages, define a dictionary with the titles, and pick up the title in the grid config according to the current language, like the following:
Hi Tablinas,
Thank you for adding the i18n function. But I have 2 questions:
http://jsfiddle.net/p39kteqh/28/
Thank you very much!
The text was updated successfully, but these errors were encountered: