I have a table 4 columns by 20 rows. I want to delete row 11, how do I do this without having to re-enter all of the data? As far as I can tell there is no way to insert a row into a table that has already been created.
Unfortunately, you can’t delete a row in a table right now. We do have plans to update the Table to support more ways for you to manage your data, but for now you’re going to have to manually update your data row by row.
Don’t know if it helps…
I make it in pages - then screen shot it and make it a graphic…
Thanks, that is a good workaround. Not ideal though, as I would have thought that the basic operations of Select, Cut/Copy, and Paste within a table should be a basic functionality.
Thanks, however I would have thought that the basic operations of Select, Cut/Copy, Paste/Insert, within a table should be a basic functionality. Not much point in having the Table function, if you can’t manipulate it.
It would be great to add things like rows/columns, copy/paste and also add containers into table to be able to drop other elements.
I would love to be able to add a row and drop in the accordion so the end user could drop down additional data in the table ………. maybe one day?
Yes, @ben actually had an internal build of a Table component that allows you to do this. I think the plan was to offer it as an option on the existing Table component. We’ll hopefully get around to fixing it up and shipping it soon.
It’s actually tricker than it sounds, and out Component API doesn’t really have a clean way to do this. However, it is something we’d like to do.
As a workaround @ben was going to add support for CSV files, that way you can build and manipulate your data in a spreadsheet application, then just point your table in Elements to the file. Is this something that would work for you?
That sound like a decent short term workaround. Thanks!