mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 23:27:12 +01:00
DataTable refactor.
This commit is contained in:
parent
92ccc64e47
commit
6846355c63
17 changed files with 94 additions and 114 deletions
|
|
@ -54,11 +54,11 @@ export interface ReportSearchFilter extends SearchFilter<ReportSearchFilterType>
|
|||
}
|
||||
|
||||
export interface SearchFilter<T> {
|
||||
filter?: string;
|
||||
filterType?: T;
|
||||
pageSize: number;
|
||||
page: number;
|
||||
query?: string;
|
||||
page?: number;
|
||||
pageSize?: number;
|
||||
orderBy?: string;
|
||||
data?: T;
|
||||
}
|
||||
|
||||
export interface FilterResult<T> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue