-
Notifications
You must be signed in to change notification settings - Fork 875
docs:(cookbook showing how to create a TreeView) #1145
base: master
Are you sure you want to change the base?
Conversation
44c0e5b
to
8976f02
Compare
Updated outdated PR to rc 1 |
8976f02
to
a0eb661
Compare
Updated to use core-js shim |
a0eb661
to
9ee236e
Compare
rebased latest master |
working on getting tree view rendering wiring up tree more features styles added add/cancel styles http fixed styling added error handling docs clean-up starting article img text updated e2e text text text renamed rating fixed test typo update to rc 1 shim lint
9ee236e
to
4a07c43
Compare
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
1 similar comment
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
Update to this too. @thelgevold could you please update the prose now that there is no I can do it, but I prefer that the original author does it :) |
Thanks! @Foxandxss |
@wardbell
Here is the TreeView cookbook.
I decided to add an http request as part of this. Mainly because it's the number one ask from people who have been commenting on other TreeViews I've made in the past. It also makes it easier to vary the data since it's relatively painful to hand code tree objects. I linked to the Http Dev guide for the http configurations.