Does a simple table exist?

I know there’s the table master, but it seems to be very inflexible in its design. I’m currently having to make a table-style arrangement of text and images to portray information which can be easily and simply created in other software packages (e.g. MS Office, Google Docs, etc) . All I need for my current project is a simple table which has the same flexibility as said other software.

I’ve had a look through some other posts, so I know I’m not the only one having this issue. Does anyone know of, at the very least, a decent workaround for this in the meantime?

#featurerequest #table editor

1 Like

As a workaround you could use a repeater and design it like a table and then add data to it using code. This is possible with you getting design flexibility.

Thanks for the suggestion. I tried a repeater, and it repeated my icons, which are meant to be individual per row.

Ya. that’s why I told you ,you need to also use code to populate the repeater with the data you need.

I’m not hugely familiar with coding. How would I go about doing that? Do you know of any examples or tutorials?

Code is available in the corvid API reference page but I don’t know about any tutorials or example links.

But you can also use a dataset to connect it to a repeater and a database to store the data if you don’t know coding. I guess you might have used it before. If you need any support doing it just DM me. I can help.

Alright, I’ll have a look and give it a go, thanks!