DatagridsManager : I can see the opened folders in the Treeview

This commit is contained in:
2025-12-07 20:57:20 +01:00
parent dc5ec450f0
commit 3aa36a91aa
7 changed files with 323 additions and 24 deletions

View File

@@ -710,7 +710,8 @@ class TestTabsManagerRender:
hx_on__after_settle=f'updateTabs("{tabs_manager.get_id()}-controller");',
hx_swap_oob="true"), # the controller is correctly updated
Div(
id=f'{tabs_manager.get_id()}-header-wrapper'
id=f'{tabs_manager.get_id()}-header-wrapper',
hx_swap_oob="true"
), # content of the header
Div(
Div(Div("My Content")),
@@ -750,7 +751,7 @@ class TestTabsManagerRender:
expected = (
Div(data_active_tab=tab_id, hx_swap_oob="true"),
Div(id=f'{tabs_manager.get_id()}-header-wrapper'),
Div(id=f'{tabs_manager.get_id()}-header-wrapper', hx_swap_oob="true"),
Div(
Div("New Content"),
id=f'{tabs_manager.get_id()}-{tab_id}-content',