mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-03 06:54:34 +02:00
BSTreeView now rudimentaly works.
This commit is contained in:
parent
a8ff18a340
commit
c13245fc2d
3 changed files with 30 additions and 26 deletions
|
@ -20,6 +20,7 @@ export default class BSTreeViewNode {
|
|||
hideCheckbox: boolean;
|
||||
nodes: BSTreeViewNode[];
|
||||
tooltip: string;
|
||||
href: string;
|
||||
|
||||
lazyLoad: boolean;
|
||||
tagsClass: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue