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
First of all, I want to thank you for your work. We using raqb in a big project. And with the growth of the project, the field tree has grown and there was a performance issue (slowdowns during field selection and rule addition).
We want to solve this problem by dynamically loading the tree as branches are expanded,
using the capabilities of the antd TreeSelect component for asynchronous loading.
Wrote code based on the antd example: https://codesandbox.io/s/58lr3u :
The method fires and the state changes, but there is a problem updating the tree in the FieldTreeSelect component. It looks like it's happening because the component is rendered at the start and the passed props are not passed reactive.
How can I update the tree in the FieldTreeSelect component after an asynchronous load. We will be grateful for any hint.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, I want to thank you for your work. We using raqb in a big project. And with the growth of the project, the field tree has grown and there was a performance issue (slowdowns during field selection and rule addition).
We want to solve this problem by dynamically loading the tree as branches are expanded,
using the capabilities of the antd TreeSelect component for asynchronous loading.
Wrote code based on the antd example: https://codesandbox.io/s/58lr3u :
The method fires and the state changes, but there is a problem updating the tree in the FieldTreeSelect component. It looks like it's happening because the component is rendered at the start and the passed props are not passed reactive.
How can I update the tree in the FieldTreeSelect component after an asynchronous load. We will be grateful for any hint.
Beta Was this translation helpful? Give feedback.
All reactions