Page 1 of 1

5.91 (and previous): $options->TableTitle should show nothing as well

Posted: 2020-11-06 10:08
by onoehring
Hi,

please make change the behaviour of

Code: Select all

$options->TableTitle
If I set this to the following, I would expect, that not even the table icon shows ... but it does

Code: Select all

$options->TableTitle ="";
Neither works this

Code: Select all

$options->TableTitle =NULL;
Zwischenablage05.png
Zwischenablage05.png (1.87 KiB) Viewed 2325 times
The icon should stay, it one defines TableTitle like so (space between quotes):

Code: Select all

$options->TableTitle = " ";
Thank you
Olaf