Existing Component
是
Component Name
Transfer
Description
Sometimes we need to fetch data from server dynamically, for example:
- Entering some keywords in input box then launching a ajax.
- Fetching data when user scrolling the left panel of the transfer to the bottom (infinite scroll).
For sake of this, I think it would be appreciated that if Transfer can emit two events: search and scroll, just like what antd has done. With these two events, the cases mentioned above would be easier to handle.
Existing Component
是
Component Name
Transfer
Description
Sometimes we need to fetch data from server dynamically, for example:
For sake of this, I think it would be appreciated that if Transfer can emit two events: search and scroll, just like what antd has done. With these two events, the cases mentioned above would be easier to handle.