If I am in the process of building an app and for example accepting input from the UI and storing it in a table, as part of the building and troubleshooting process I should be able to examine the table by going to datasources, selecting the table and seeing the data. I can do that with Google Sheets. My question is, why can’t I do with a local datasource.
I have a table with 453 rows that I pasted from Excel and I can see all of that data,
but if I run this code to insert a row I cannot see that data.
but the text on the button confirms that the data was added to row 453 but is not visible
Sorry, but that makes absolutely no sense to me.