Back to Refine

Ant Design useTable Guide | Refine v4 CRUD Tables

documentation/versioned_docs/version-4.xx.xx/examples/table/antd/useTable.md

3.25.0462 B
Original Source

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. →

<CodeSandboxExample path="table-antd-use-table" />