How can i make editable fielded listview

Hi!
I want to make a save/load table. Like a listview/picker, but if i touch a field then i want to edit it for a different name to save. The load table will be similar except editable field. It can be the same table if edit option is uncheckable somehow, but not neccesary the same table? How is the good way to do it? maybe an extension is available for this?

Here is a possible alternative (but it is not free) https://puravidaapps.com/editable.php or you can use this solution https://puravidaapps.com/table.php and provide the html code necessary to make the spreadsheet editable.

1 Like

Perhaps this ?

ai2.appinventor.mit.edu/?galleryId=4990166434054144

1 Like

Hi @Zol
You can try creating a custom list using @yusufcihan 's Dynamic Components extension and adding text boxes instead of labels.

I will look into them and find out which is better for me. Thak you all.