Skip to content
Discussion options

You must be logged in to vote

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:

  1. the error you get, which is very likely caused by you adding something like page.add(DrumTable=drum_table) to your code. Remove the DrumTable= part and you should be fine.
  2. the question how to remove the last row of a datatable. For that, you can simply do drum_table.rows.pop() and then update the page/control.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@pasteluengas
Comment options

@iron3oxide
Comment options

Answer selected by pasteluengas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants