I have a page that display database info in a table. I need to be able to set one column as “editable” so my users can entry their set of variables. I see that HTML5 has the new attribute “contenteditable”, but I have not found a way to use this new option in Velvo/WIX.
My returned number of variables/rows that the user might need to enter varies based on their selection of plans. Plan 1 might return 10 rows for them to supply their info, then after several calculations, I would return their rows plus additional rows showing the performed calculations. Plan 2 might be 20 rows of variables for them to set.
Any suggestions on how to get around this limitation of not being able to set a column as editable would be appreciated.