mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
better handling of grid refresh
This commit is contained in:
parent
886786d428
commit
94edda1856
3 changed files with 24 additions and 7 deletions
|
|
@ -123,7 +123,6 @@ export const useListFilterRefresh = ({
|
|||
|
||||
gridRef.current?.scrollTo(0);
|
||||
gridRef.current?.resetLoadMoreItemsCache();
|
||||
gridRef.current?.setItemData([]);
|
||||
|
||||
const query = { ...filter, limit: 200, startIndex: 0 };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue