API Reference
Advanced Tutorials
Comparison
FAQ
Contributing
Testing
Migration Guide
Licence
This is documentation for Refine 3.xx.xx, which is no longer actively maintained.
For up-to-date documentation, see the latest version (4.xx.xx).
Version: 3.xx.xx
useUpdateMany
useUpdateMany
is one of refine's data hooks. It performs the process of updating more than one data. In this example, we used the useUpdateMany
hook to edit multiple data on the table. You can edit more than one data by selecting the rows you want to edit on your table. You can get more information by examining the example.
Refer to the refine useUpdateMany data hook documentation for more information. →
Run on your local
npm create refine-app@latest -- --example table-antd-use-update-many