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

empty column header

Answered
Rodrigo Rodrigues asked on February 14, 2024

How to create an empty column header without leaving the default value blank?
If I set the caption empty (null or ""), the displayed value is blank. I need to show nothing.

Attachments:
sample.png

3 answers

Public
Nadia Khodakivska Nadia Khodakivska Flexmonster February 15, 2024

Hello Rodrigo,

Thank you for contacting us.

We suggest using one of the following approaches to remove the (blank) label:
1. You can override "blankMember" of localization in the report:

report: {
    localization: {
      "grid": {
        "blankMember": " ",
      }
    },
   ...
}

You are welcome to check the following JSFiddle for reference: https://jsfiddle.net/flexmonster/aosqhvzf/ 
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 February 29, 2024

Hello Rodrigo,

Hope you are doing great!

We were wondering if you had a chance to check the suggested approach. Could you please confirm if it works for you? Your feedback is valuable to our team.

Looking forward to hearing from you.

Kind regards,
Nadia

Public
Nadia Khodakivska Nadia Khodakivska Flexmonster March 12, 2024

Hello Rodrigo,

Hope you are doing well.

Just checking in to ask if you had a chance to check the suggested approach. Your feedback is valuable to our team.

Looking forward to hearing from you.

Kind regards,
Nadia

Please login or Register to Submit Answer