Hi, thanks in advance for any help!
I'm looking to build an app where a sports team manager adds players. See a basic version of this in the screenshot below
When they click the purple 'Add Players' button, it should insert a new row for each player into a 'Players' table I've created in Supabase, binding the player's name and position to the columns I've created in that table.
I can't work out how to do this for multiple rows at once.
Also, the manager can choose infinite players using the green 'add' arrow (realistically a max of 20 - but the actual number is not possible to predict) - so any solution should be able to work for this - not just for the three rows that currently exist.
Any ideas? ๐ thanks so much!!
Btw, bonus points if you can provide any feedback on how to use that green add button to actually add a new row with the 'Name' field and 'Position' dropdown.