Changed order of items on refetch
onBlur data post to the server and onSucces refetch occurs, the order of the item changes. How to eliminate this?
Data from the backend is sorted by ID and in Insomnia it always comes back in order.
Inputs are given an individual key, specifically {info.cell.id} from react-table. Columns is in useMemo, data to table is not.
Data from the backend is sorted by ID and in Insomnia it always comes back in order.
Inputs are given an individual key, specifically {info.cell.id} from react-table. Columns is in useMemo, data to table is not.