Vladyslav

Results 10 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?

`react-spectrum` still making progress? the best solution has already been provided above with compensation, but it's been a year

@meszarosdezso interesting, thanks. I'll check it out. By the way, I wrote my solution for this 5 minutes ago. Maybe someone will need it ```tsx // This is a workaround...

> > I suppose you can use getIsAllPageRowsSelected (returns whether or not all rows on the current page are selected.) instead of getIsAllRowsSelected. > > > If you are using...