Need a special offer?Find out if your project fits.
+

set localization and grid option

Re-Open
Fabrizio asked on August 2, 2022

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?
 
 

4 answers

Public
Nadia Khodakivska Nadia Khodakivska Flexmonster August 3, 2022

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

Public
Nadia Khodakivska Nadia Khodakivska Flexmonster August 18, 2022

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

Public
Nadia Khodakivska Nadia Khodakivska Flexmonster August 29, 2022

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

Public
Fabrizio August 30, 2022

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?

Attachments:
screen.PNG

Nadia Khodakivska created a new ticket #47753 from this answer

Please login or Register to Submit Answer