Nov 16, 2020
What about handling periodic data refreshes. In a real scenario I've got users adding new records about every minute and I want to refresh about every 45 seconds. I know how to refresh in useEffect but it loses all sorting and pagination.