How can ant-design reactjs partially refresh the page when updating a row of data in a table?

how can ant-design reactjs refresh the page locally when updating a row of data in a table

clipboard.png

how to achieve real-time local refresh after clicking the edit button without needing to retrieve the list again

Mar.28,2021

1.table 's data must be associated with state's
2. Do not refresh the page when you save it, just setState it


there is no need to update only this item, in general, just update this page, there is not much data on one page.

Menu