Replies: 2 comments
-
Yes I also wonder this, theres no good explanation i can find what the point of this is |
Beta Was this translation helpful? Give feedback.
-
I think we use getCoreRowModel explicitly because TanStack Table is framework agnostic . We can use it with React, Vue etc. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In all examples, you need to include
getCoreRowModel
.This is a standard connection that is always used, why can't it be made by default during initialization?
Beta Was this translation helpful? Give feedback.
All reactions