Skip to main content
👀 Interested in the latest enterprise backend features of refine? 👉 Join now and get early access!
Version: 4.xx.xx

useTable

You may use the useTable hook to process your data with features compatible with the Ant Design Table Component. You can be used as an out-of-the-box feature without needing to do extra operations for sorting, filtering, and pagination.

Refer to the refine useTable hook documentation for more information. →

Run on your local
npm create refine-app@latest -- --example table-antd-use-table
Last updated on Jul 19, 2023 by Yıldıray Ünlü