Back to Refine

UseEditableTable Example | Pagination in Refine v5

documentation/docs/examples/table/antd/useEditableTable.md

3.25.0550 B
Original Source

useEditableTable, includes all of the capabilities of useTable. It also enables you to edit your Table in addition to these advantages. It returns Ant Design Table and Form components props.

Refer to the Refine useEditableTable hook documentation for more information. →

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