I need to implement sorting and filtering over my TableViews.
I could sort and filter the model directly, but this is against MVC, or I could use SortFilterProxyModel
https://doc.qt.io/qt-5/qsortfilterproxymodel.html
how difficult would be do add this to dotherside? (final use would be nimqml in my case)
Here's an example:
https://www.youtube.com/watch?v=-GOfY1kEP2A
I need to implement sorting and filtering over my TableViews.
I could sort and filter the model directly, but this is against MVC, or I could use SortFilterProxyModel
https://doc.qt.io/qt-5/qsortfilterproxymodel.html
how difficult would be do add this to dotherside? (final use would be nimqml in my case)
Here's an example:
https://www.youtube.com/watch?v=-GOfY1kEP2A