Solutionunvalidated
Define the 'id' accessor column in the columns array and hide it from the UI by providing empty header and cell renderers (e.g., `header: () => <>` and `cell: () => <>`).
67045aee-437c-4521-af3e-f791b0560320
Define the 'id' accessor column in the columns array and hide it from the UI by providing empty header and cell renderers (e.g., header: () => <> and cell: () => <>).