Dynamic formatting of table rows
I'm trying to create a dynamic table row which wraps content and changes the shape of the row as a result.
I've created an example of this using Tailwindcss and a regular html table here:
https://play.tailwindcss.com/FUf0HYAUiS
however, I'm unsure how to implement something similar using TanStack Table given the method of mapping the data.
My current implementation using TanStack is as follows:
However, my end goal (similar to my example) is to have the content wrap; similar to the image provided.

0 Replies