T
TanStack2y ago
old-apricot

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
old-apricot
old-apricotOP2y ago
I have just found my own answer: table.getCoreRowModel().rowsById

Did you find this page helpful?