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

valores nulos o vacios

Answered
Bernabe Galaz asked on May 8, 2024

Cuando trae datos vacios o nulos muestra en la tabla "(blanco)" quiero que quede la celda vacia sin datos que no muestre nada.

1 answer

Public
Nadia Khodakivska Nadia Khodakivska Flexmonster May 9, 2024

Hello Bernabe,

Thank you for reaching out to us.

We suggest using one of the following approaches to remove the (blanco) label:

1. You can override "blankMember" of the localization in the report:

global: {
    localization: "loc/es.json"
},
report: {
    localization: {
      "grid": {
        "blankMember": " ",
      }
    },
   ...
}

You are welcome to check the following JSFiddle for reference: https://jsfiddle.net/flexmonster/8mazx97L/
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

Please login or Register to Submit Answer