Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add more fields to TreeModel interface #55

Open
gurelsoycaner opened this issue Nov 1, 2020 · 0 comments
Open

How to add more fields to TreeModel interface #55

gurelsoycaner opened this issue Nov 1, 2020 · 0 comments

Comments

@gurelsoycaner
Copy link

gurelsoycaner commented 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.

@gurelsoycaner gurelsoycaner changed the title How to add new fields to tree How to add more fields to TreeModel interface Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant