I have a button that I want to use to ‘open’ a table for the user to edit (insert, modify, delete, etc)
When I encode this as Activate(myTable)
then it opens the FIRST row of myTable for editing !
How do I get it to open the WHOLE table so the user can see all the rows and modify any of them as required (and hit the ‘+’ add-row button if required)?
I tried creating a page with a view of myTable but then I cant get Activate() to open a page either?
The documentation says the argument is " A Coda object. This includes table, views, columns, rows, pages, and docs"
So I must be encoding it incorrectly
respect
max