Table where rows are columns
Hi! I want to create a table to display an array of choices (each choice is an object following a data model: it has a title, a description, etc...), where the choices are the columns of the table and a column can be dynamically added each time a new choice is created. This seems to be incompatible with Tanstack Table where the objects have to be the rows of the table. Is there a way I can make it work?
0 Replies