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

remove Blank

Answered
Rafael Matos asked on April 23, 2018

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/

6 answers

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster April 24, 2018

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
 

Public
Rafael Matos April 24, 2018
and the cells with (blank), I would like to replace "" ?
Public
Tanya Gryshko Tanya Gryshko Flexmonster April 25, 2018

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

Public
Rafael Matos April 25, 2018

 

Thank you..
Public
Bernabe Galaz May 8, 2024

Estoy usando para traducir al español

localization: "loc/es.json",

Como debo hacerlo?

 

Saludos

Public
Nadia Khodakivska Nadia Khodakivska Flexmonster May 10, 2024

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.

Please login or Register to Submit Answer