Show data Table with pagination (startRow, endRow, filter, sorting)
This commit is contained in:
@@ -201,3 +201,11 @@ export interface IFunctionality {
|
||||
BOOKING_EVENTS?: boolean
|
||||
}
|
||||
|
||||
export interface IParamsQuery {
|
||||
table: string
|
||||
startRow: number
|
||||
endRow: number
|
||||
filter: string
|
||||
sortBy: any
|
||||
descending: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user