Cuando trae datos vacios o nulos muestra en la tabla "(blanco)" quiero que quede la celda vacia sin datos que no muestre nada.
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
Hello,
Hope you are doing well.
Just checking in to ask if you had a chance to check the suggested approach. Please let us know if it works for you.
Looking forward to hearing your feedback.
Kind regards,
Nadia
Yes, it´s work perfect!!
Thank you
Hello Bernabe,
Thank you for the feedback.
We are glad to hear that it works for you!
As always, feel free to contact us if any questions arise.
Kind regards,
Nadia