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

remove Blank

Resolved
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/

4 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..

Please login or Register to Submit Answer