Vladyslav

Results 7 comments of Vladyslav

@HelpMe-Pls thank you for your reply. I will soon try to run project according to your instructions.

Thumbs up, this is also a problem for me

@KevinVandy I just want to draw your attention to this issue, it seems to be a critical issue.

@mlarcher it's not cool, we're mainly using the `accessorKey` so I will probably have to do ```tsx columns = columns.map(column => { column.id = column.accessorKey; return column; }); ```

@KevinVandy > The intent with this is that you are supposed to access the id property instead of accessorKey in a ColumnDef. The accessorKey value gets copied over to id...

@KevinVandy can you pay attention to this and https://github.com/TanStack/table/issues/4754?