Sort and filter models
Hi,
I'm trying to implement a sortable/ filterable list in QML using QxOrm model view generated classes. I'd like to be able to have a solution like that given by QSortFilterProxyModel, which sets sort/ filter roles... and works seamlessly with QML TableView and TreeView.
Is there an 'easy' way to do this in QxOrm without re-querying every time the criteria change?
Thanks
I'm trying to implement a sortable/ filterable list in QML using QxOrm model view generated classes. I'd like to be able to have a solution like that given by QSortFilterProxyModel, which sets sort/ filter roles... and works seamlessly with QML TableView and TreeView.
Is there an 'easy' way to do this in QxOrm without re-querying every time the criteria change?
Thanks