Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
When the DataSource variable is updated based on state property update the component data source not update on our component.
Sample link: https://stackblitz.com/edit/react-ghbor3-ndjxdu?file=index.js
Replication procedure:
1. Run the sample
2. Open the popup and search for any value
3. Now component update filtered value
4. Now close the popup after closing the value
5. Now open the popup.
Expected: when closing the popup data source need to reset.
Output: the data source does not reset after resetting the data using the state property.