Skip to content

Commit 43b170f

Browse files
committed
Add a note about table grouping seeming to not work when no other tables exist
Fixes phpmyadmin#15777 Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
1 parent cca5e2f commit 43b170f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/config.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2199,6 +2199,13 @@ Navigation panel setup
21992199
beginning or end of a table name or multiple times after another without
22002200
any other characters in between.
22012201

2202+
.. note::
2203+
2204+
The table group will automatically expand and won't appear as a group if its
2205+
tables are the only tables in that database. Once another table
2206+
is added (making the grouping relevant), the grouping will be shown.
2207+
See also `issue 15777 <https://github.com/phpmyadmin/phpmyadmin/issues/15777>`_
2208+
22022209
.. config:option:: $cfg['NavigationTreeTableLevel']
22032210
22042211
:type: integer

0 commit comments

Comments
 (0)