Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 417 Bytes

curly-files-jump.md

File metadata and controls

7 lines (5 loc) · 417 Bytes
@refinedev/antd
patch

feat(antd): search form in useTable should work with syncWithLocation

Even though the form is managed by useTable hook from @refinedev/antd. It wasn't respecting the syncWithLocation prop to set values accordingly at initial render when registered fields are matching with the query params. Now it will look for matching fields and set values accordingly from synced filters.