-
Notifications
You must be signed in to change notification settings - Fork 188
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
Allows checkbox for tree nodes #79
Comments
Just looking for something like this. [+1 for request] |
@rychkog If you want, I'll be happy to start browsing the source code and check how to do that. This feature will be helpful for me as well. |
@Tmaster sure, go ahead! I don't have enough time for adding new stuff these days. If you'll have any questions - feel free to ask. |
Hi, I started working on the checkbox feature, this is what I have so far:
@rychkog I had to pass the settings object to every node in order to pass the All the changes are here The next thing I want to do is to support father-child relations, and for that I need your opinion on how to develop that: Let's take the Fonts tree in the demo for example.
What do you think? Thanks, |
@Tmaster Just do a PR - it will be easier for us to work on this feature. According to undetermined state - we can have 3 types of state for a tree with checkboxes - CHECKED, UNCHECKED, UNDETERMINED. That's it. Events should be emitted in a way you described + undetermined event for Parents with partially checked children. |
@Tmaster PRs will allow us to bring this feature to the master much faster |
This is exactly what we are looking for. What is the status? |
Any progress on this? |
@Tmaster @boban984 I'm back - had a massive amount of work and no chance to work on the tree. Sorry about that. Will start gradually working on issues and resolving checkboxes feature is the first thing I'll do. |
@rychkog do you have an estimate of when you will be able to merge the pull request for the "Checkbox" feature? Or maybe it's better to fork the repo and add it? Maybe i can help out somehow? |
@boban984 There are some comments that need to be fixed - once done - will be merged |
@boban984 I will be working on issues created so far (including checkboxes) on Saturday |
Will start with this feature |
Would be nice if there was a standard way of putting checkboxes and checked events within the tree model.
The text was updated successfully, but these errors were encountered: