useEditableTable short glitch
I'm looking at
useEditableTable from antd and the thing is there is a short glitch when pressing edit on a row after another for a second the form is populated with previous rows data. this can be seen even in the example https://refine.dev/docs/api-reference/antd/hooks/table/useEditableTable/#basic-usage. just pres on edit on first row then on the second row.useEditeableTable allows you to implement the edit feature on the
with ease and returns properties that can be used on Ant Desing's and components.
