Form submissions shown in a Tanstack Table.
I have a basic form, which uses deno.kv as the database. I have created three strings, which works great and showcases the input values when the form is submitted, by using the props.item."name for the string", but having trouble showcasing the submissions in a Tanstack table. Have the table created with some random mockdata, but can´t find the right way to use the props.item or get the collection from the database into the tanstack table to showcase each of the 3 strings in a seperate column. Does anyone have a way to solve this one, ??... I could probaly get it working with a basic table, but love the idea behind Tanstack table, so hope someone maybe have tested this out..

0 Replies