Is there a way to add a new row with a button that has the cursor ready to type in a certain column?
I would like my workflow to be. Push button, type, push button, type.
Is there a way to add a new row with a button that has the cursor ready to type in a certain column?
I would like my workflow to be. Push button, type, push button, type.
Hi Shannon! Welcome to the community!
Unfortunately I donāt think behavior is supported right now in Coda. Even if the add row button is set to expand the row for editing, the cursor doesnāt automatically go to the pop-up view.
Happy to note it as a feature request though (feel free to post in the āSuggestion Boxā section)!
Thanks! I will post there next time if Iām certain there is no way to do it. I didnāt see this question asked yet in the community section. I would appreciate if you could throw that into a feature request for me. Thanks for getting back so fast.
Hi @Shannon_Strong, Welcome to the community
As @Coda_Zac Said there is no current implementations of the feature you were looking for, as seen as there are no internal option to create that and url scheme doesnāt change based on where your pointer/writer bar is.
BUT while i was trying to see if the concept was impossible to get iāve found a way to do that
Basically the concept is to use a button to open an hyperlink, this hyperlink will be the āopen this cell for editingā link, iāll show you how:
Currently to get the link of a row you just need to use the formula .url(), but iām not sure it works on the single cell!
Youāre welcome
P.s. iāve studied the url parameters with more care and iāve noticed that for this behaviour to happens you have to insert 2 parameters
Could be possible in future to get this data (i mean the column id) using tablename.columnname.url() ?
It would be awesome to automate this feature!
Wow Mario! Thanks for all your digging around. Iāll give that a try.
Woah thanks for sharing your solution Mario! I feel like this idea of leveraging links in tandem with buttons to direct users to certain modals has many applications beyond this one