Damien Farrell

Results 78 comments of Damien Farrell

You need to call self.update_rowcolors(). i added that to addrows but not addrow so maybe you use the later. its just a quick fix.

Thanks, this looks a little complicated but good it works for you. I will try to implement a more permanent solution.

Yes that sounds ok. You could test it and make a pull request if its working ok.

Did you manage to implement this?

Did you see an error message?

No you can't do this I'm afraid. I generally don't add new features now unless they are trivial, just bug fixes. I usually advise people to extend the class themselves...

Sure. I am happy to add whatever functionality is needed when I get the time. Though date parsers require the user can add their own custom function so I would...

@rswgnu Yes this needs to be addressed but unfortunately this is a one man project and I haven't had time. Will try to look into it soon.

I don't know how to solve that. but when you plot from pandastable it creates a PlotViewer object called pf that you can access and plot to. Maybe that's of...