Skip to content

Commit

Permalink
🤖 Merge PR #64115 Adds changePage prop to MUIDataTablePagination of m…
Browse files Browse the repository at this point in the history
…ui-datatables by @gnowland
  • Loading branch information
gnowland committed Feb 4, 2023
1 parent db10e6e commit ca05bc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/mui-datatables/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,7 @@ export interface MUIDataTableJumpToPage {

export interface MUIDataTablePagination {
changeRowsPerPage: (...args: any) => any;
changePage: (...args: any) => any;
count: number;
options: MUIDataTableOptions;
page: number;
Expand Down

0 comments on commit ca05bc1

Please sign in to comment.