T
TanStack2y ago
continuing-cyan

api to select a row by id in a table

I have been scanning the API documentation and could not find a simple function like selectRowById Is there a simple way of doing that or I should filter the row from getCoreRowModel?
1 Reply
continuing-cyan
continuing-cyanOP2y ago
I have just found my own answer: table.getCoreRowModel().rowsById

Did you find this page helpful?