table icon indicating copy to clipboard operation
table copied to clipboard

docs(expansion/table): tip use table option getRowId if data may change

Open bobo96run opened this issue 1 year ago • 0 comments

Fix https://github.com/TanStack/table/issues/2028

Add a tip in https://tanstack.com/table/v8/docs/api/features/expanding to mention using the table option getRowId to avoid expansion glitch when table data changes.

Also mentioned in https://tanstack.com/table/v8/docs/api/core/table#getrowid that the option helps expansion.

bobo96run avatar Aug 27 '24 11:08 bobo96run