You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and also should show in the view, or maybe add beforeAddItemEvent that can be bind to, by so doing the developer can raise maybe a dialog modal form for data entry for the selected ITEM-ID.
please help.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
gurelsoycaner
changed the title
How to add new fields to tree
How to add more fields to TreeModel interface
Nov 1, 2020
Hı,
How can I possibly add more fields to TreeModel interface:-
export interface TreeModel {
name: string;
id: number;
code: string;
translateId: string;
options?: TreeItemOptions;
childrens: TreeModel[]; // childrens list
}
and also should show in the view, or maybe add beforeAddItemEvent that can be bind to, by so doing the developer can raise maybe a dialog modal form for data entry for the selected ITEM-ID.
please help.
Thanks in advance.
The text was updated successfully, but these errors were encountered: