Add pagination to b_manage
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
#include <xlsxwriter.h>
|
||||
#include "ResultsManager.h"
|
||||
#include "Paginator.hpp"
|
||||
|
||||
namespace platform {
|
||||
class ManageResults {
|
||||
@@ -23,6 +24,8 @@ namespace platform {
|
||||
bool complete;
|
||||
bool partial;
|
||||
bool compare;
|
||||
int page;
|
||||
Paginator paginator;
|
||||
ResultsManager results;
|
||||
lxw_workbook* workbook;
|
||||
};
|
||||
|
Reference in New Issue
Block a user