EDITABLE tables/rows/columns

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.

To make the HTML cell editable, first, create the table in HTML by utilizing the “

” element. Then, add the “contenteditable” attribute in the “
” tag of a specific cell to make the cell editable. However, to make the whole table editable, utilize the contenteditable attribute inside the element.

eTenet Login

I am new to WIX. I have tried various options to add HTML code inside “Developer Mode” but it doesn’t like it. Where do I put my HTML code ?