Added draft of DataGridColumnsManager that uses Search and Dropdown

This commit is contained in:
2026-01-25 09:47:05 +01:00
parent 0bd56c7f09
commit 7f3e6270a2
6 changed files with 29 additions and 11 deletions

View File

@@ -117,7 +117,7 @@ class BaseInstance:
return _id
if _id.startswith("-") and parent is not None:
return f"{parent.get_prefix()}{_id}"
return f"{parent.get_id()}{_id}"
return _id