Hello,
I set up a template to exemplify the link below.
I would like to remove blank cells, originally the information is null.
In this example I would like to remove this (blank) line between the title and the content.
https://jsfiddle.net/rafaelmatos/ba4vhx72/2/
Hello Rafael,
Thank you for your question. Please have a look at the following example: https://jsfiddle.net/flexmonster/ba4vhx72/5/. The idea is to set showGrandTotals
: off
.
Please let us know if it works for you.
Regards,
Dmytro
and the cells with (blank), I would like to replace "" ?
Hello, Rafael,
Thanks for your quick feedback!
Please have a look at the updated sample: https://jsfiddle.net/flexmonster/ba4vhx72/6/.
Now (blank)
values are replaced with ""
. This is done via localization label blankMember
(line 185):
global: {
localization: {
"grid": {
"blankMember": ""
}
}
}
If you already use localization, you should replace the value for blankMember
in your localization file.
Please inform me in case of further questions.
Regards,
Tanya
Thank you..
Estoy usando para traducir al español
localization: "loc/es.json",
Como debo hacerlo?
Saludos
Hello Bernabe,
Thank you for contacting us.
Please check the answer in the following thread: https://www.flexmonster.com/question/valores-nulos-o-vacios/#answer-65758.
You are welcome to contact us in case other questions arise.
Kind regards,
Nadia.