datalyze-solutions / pandas-qt

Utilities to use pandas (the data analysis / manipulation library for Python) with Qt.
https://github.com/draperjames/qtpandas
MIT License
56 stars 23 forks source link

Make DataTableWidget buttons configurable #16

Closed H0R5E closed 6 years ago

H0R5E commented 8 years ago

I want to use the DataTableWidget class but I don't to allow the ability to add or remove columns. To achieve this I am having to create my own version of the class without these buttons, but it would seem fairly trivial to make the selection or hiding of buttons a customisable option to the class.

Nonetheless, great package, by the way!