Add ascending/descending sort to b_manage

This commit is contained in:
2024-04-10 19:42:40 +02:00
parent ee93789ca3
commit 7ed9073d15
7 changed files with 91 additions and 41 deletions

View File

@@ -43,7 +43,8 @@ namespace platform {
bool complete;
bool partial;
bool compare;
std::string sort_field;
SortField sort_field = SortField::DATE;
SortType sort_type = SortType::DESC;
std::vector<Paginator> paginator;
ResultsManager results;
lxw_workbook* workbook;