pandastable
pandastable copied to clipboard
delete Row and add Row right click function not being saved once dataframe is displayed
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)
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.