New Changes with Table
This commit is contained in:
@@ -36,4 +36,12 @@ export interface TableProps<T> {
|
||||
tableClassNames?: string;
|
||||
hideHeader?: boolean;
|
||||
rowClick?: string;
|
||||
}
|
||||
|
||||
export type FetchTableRequest = {
|
||||
page: number;
|
||||
pageSize: number;
|
||||
sortKey: string;
|
||||
sortOrder: string;
|
||||
search: string;
|
||||
}
|
||||
Reference in New Issue
Block a user