Solutionunvalidated
After the user finishes editing, call a function that clears the pinned data by setting `pinnedTopRowData` to an empty array (or null) and then refresh cells (e.g., `api.refreshCells({ force: true })`).
667dcf77-9f63-4a67-8683-68834b60d4ca
After the user finishes editing, call a function that clears the pinned data by setting pinnedTopRowData to an empty array (or null) and then refresh cells (e.g., api.refreshCells({ force: true })).