Hi,
I have to compose my global -> localization setting with two object
localization: "loc/it.json"
and
localization: {
"grid": {
"blankMember": " "
}
}
How can i merge the two elements?
Hello,
Thank you for contacting us.
We suggest using one of the following approaches:
1. You can override "blankMember"
of localization in the report:
global: {
localization: "loc/it.json"
},
report: {
localization: {
"grid": {
"blankMember": " ",
}
},
...
}
You are welcome to check the following JSFiddle for reference: https://jsfiddle.net/flexmonster/vnps0rwb/
2. You can download the localization, edit the necessary fields and set the new localization to Flexmonster.
Please let us know if it works for you. Looking forward to your response.
Kind regards,
Nadia
Hello,
Hope you are doing well.
We were wondering if our response helped you with your question.
Looking forward to hearing your feedback.
Kind regards,
Nadia
Hello, Fabrizio,
Hope you are doing well.
Just checking in to ask if you had a chance to try the suggested approaches. Could you please confirm if it satisfies your needs?
Looking forward to your response.
Kind regards,
Nadia
Thank you Nadia that works.
I have one more question for you.
When I have all level exploded and with a api-call I reload data whitout for example last level of data that last level, on flexmonster, remain opened whit (blank) label.
Is it possible, when the plugin didn't found the level, remove this?