I am creating a table dynamically, which is created from customer information in a database, meaning the table won’t be the same size for two customers. I want to add a button to the table rows, but can’t find any way to do this using velo (I don’t think using the wix pre-loaded buttons will work here). Does anyone know how to do this?
For you there would be 3 opertunities how to solve your problem.
- using a repeater instead of a tabe (the easiest of 3-ways)
- using an emmbed html-component to create your own custom table with all its functions(more difficult)
- generating custom element (the hardest way)