I have a section, that has a table view of a table from another section, as well as a select that filters the table. I wish for this section to be used to add new entries into the table view; with two controls, a duration control, and a long-form text control, then a button to add a row using them as the inputs.
This would be fine, however, there currently is not controls for duration, nor controls for long-form text, or any text input.
Ultimately, anything that is a table column format, should also be a control.
By control, I mean these:
The reason I am wanting this, is that currently, to add long-form content to a table cell, I have to make a button that is set to open the URL of https://coda.io/d/redatedDocumentID/redactedSectionID#redactedTableID/r" + RowId(thisRow) + "&columnId=redactedColumnID&modal=true
. Or by double tapping the column field, then waiting for the expand popover button to show, then clicking that. Both options are very inconvenient.