โ† Feed
๐Ÿ’ป **Python GUIs: Sorting and Filtering a QTableView with QSortFilterProxyModel โ€” Learn how to add interactive sorting and filtering to your PyQt/PySide table views without touching your underlying data**

I'm using QTableView to show some data, which works well. But I would like to be able to sort the data by different columns. How can I do this without sorting the data manually? If you've already built a QTableView with a custom model, you might be wondering how to let users sort...

๐Ÿ”— https://www.pythonguis.com/faq/add-some-explanation-on-sorting-a-qtableview/

#tech #news
1 views

Comments (0)