pandastable icon indicating copy to clipboard operation
pandastable copied to clipboard

delete Row and add Row right click function not being saved once dataframe is displayed

Open kochauha opened this issue 2 years ago • 1 comments

Hello,

I am trying to delete rows and add rows to a dataframe, and it shows up in the table, however the dataframe is not updated (I check this through printing the dataframe)

I was also wondering if there was a way to hide columns, however keep them in the dataframe, just hide their view (currently pushing them t end and coloring black)

kochauha avatar Aug 21 '23 19:08 kochauha

I'd have to see how you are deleting the rows. You have to make the change to the model df. You can't hide columns I'm afraid. This could be implemented but I don't have time unfortunately.

dmnfarrell avatar Sep 14 '23 19:09 dmnfarrell