5.91 (and previous): $options->TableTitle should show nothing as well
Posted: 2020-11-06 10:08
Hi,
please make change the behaviour of
If I set this to the following, I would expect, that not even the table icon shows ... but it does
Neither works this
The icon should stay, it one defines TableTitle like so (space between quotes):
Thank you
Olaf
please make change the behaviour of
Code: Select all
$options->TableTitle
Code: Select all
$options->TableTitle ="";
Code: Select all
$options->TableTitle =NULL;
Code: Select all
$options->TableTitle = " ";
Olaf