Seemingly, webtrees offers configuration options to hide certain columns of tables: **locations-table.phtml** ``` data-columns="<?= e(json_encode([ ['visible' => false] ``` However, did not work on first try.
Seemingly, webtrees offers configuration options to hide certain columns of tables:
locations-table.phtml
However, did not work on first try.