Delete/Add last Row of a table. #1021
-
Hi, i've been trying to do this, but i cant I tried to save the table on a variable, and use But but it gives me an error Ideas to Delete/Add last Row of a table? Ty |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
EDIT: just found your drummingthon repo, I guess that's what this is for. From what I can tell, there's two separate problems here:
|
Beta Was this translation helpful? Give feedback.
Please provide us with enough code to understand what's going on, your description alone doesn't suffice unfortunately. The part where you add the table to the page would be especially interesting.EDIT: just found your drummingthon repo, I guess that's what this is for. From what I can tell, there's two separate problems here:
page.add(DrumTable=drum_table)
to your code. Remove theDrumTable=
part and you should be fine.drum_table.rows.pop()
and then update the page/control.