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
Hi, first of all HUGE thank you for sharing this with community. I have all my data in pouchdb (indexdb) and I would like do dynamically add nodes when user clicks on node. Do you think this would be possible? Thanks for any hint.
The text was updated successfully, but these errors were encountered:
I will reopen this, I felt so stupid, since there is also a multiroot-change-dataset example... But still, you have much more experience and maybe you can give me some advice. I have all data in pouchdb (idb) local database, and there are much too much nodes and links for display (almost infinite combinations), but user don't need them all because it would be overhelming not only for computer, also for user 😄 ...
The user need to follow one route, so he starts at one node (actually he choose that node from search box). So when the user click on that node, I will make query to db and show child nodes. Then user then click on one or more child nodes, and I will query again, etc. I will also like to show badge on node with number of child nodes (I can get this with query).
Do you think your project is suitable for such thing? Thanks for any reply!
Hi, first of all HUGE thank you for sharing this with community. I have all my data in pouchdb (indexdb) and I would like do dynamically add nodes when user clicks on node. Do you think this would be possible? Thanks for any hint.
The text was updated successfully, but these errors were encountered: