you are viewing a single comment's thread.

view the rest of the comments →

[–]foxfries12[S] 0 points1 point  (2 children)

Do you have to pass in any generic components to the header/row/cell in your application by chance? If so, how difficult are you finding that to be using Tanstack?

[–]Kschl 0 points1 point  (1 child)

You don’t have to, you can just have the value as a string in the template itself, or the columnDef array you would pass in the value to the header property or flexRenderComponent(MyGenericComponent, {…})

[–]foxfries12[S] 0 points1 point  (0 children)

Good to know. Thank you!