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

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1156
Joined: 2019-05-21 22:42
Location: Germany
Contact:

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

Post by onoehring » 2020-11-06 10:08

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 1805 times
The icon should stay, it one defines TableTitle like so (space between quotes):

Code: Select all

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

Post Reply