Editing a table possibilities


#1

Greetings. Any help is appreciated.

I have a field. User types in field, hits the enter button. which creates a new row with that text in the repeater. Question is, is that content editable in that. table? Can it be or should I create another design for this need?


#2

It can be, if you use a Text Field or Text Area widget to store that text value in the repeater widget (table).

Note that any direct edits in the repeater will be lost whenever the repeater is updated–such as creating a new row. To handle this, update the row when the user is done editing (e.g., clicks a “done” button, presses “Enter” key, or text field loses focus …but not something that would fire too often, such as Key Up or Text Change ).