Damien Farrell

Results 86 comments of Damien Farrell

You will have to install the package from github as in the readme. I don't use a development branch so whatever changes I add will usually be on the main...

No you can't do this I'm afraid. It could be done by adding the images to the canvas at the right positions but would be tricky. I don't add new...

It's a rendering bug that was never fixed. It shouldn't otherwise alter the functionality of the table.

This bug doesn't seem to be present in the latest version on github. You can install using `pip install -e git+https://github.com/dmnfarrell/pandastable.git#egg=pandastable` instead. I'll update the pip release as well.

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...

If the table dataframe is being updated from a function you should just set the dataframe (`table.model.df`) and then just call `table.redraw` Did you check the examples here: https://pandastable.readthedocs.io/en/latest/examples.html

Sorry for delay in reply. You could try using N.

what version of netmhcpan are you using. 4.0 is supported. 4.1 seems to be the latest. it could be that newer versions have changed the output format.