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