Skip to content

Instantly share code, notes, and snippets.

View wasuaje's full-sized avatar

Wuelfhis Asuaje wasuaje

View GitHub Profile
@wasuaje
wasuaje / PatchedPagination.js
Last active July 16, 2021 14:40
Fix for error "_this.props.onChangePage is not a function at m-table-pagination.js:"
//Source : https://github.com/mbrn/material-table/pull/2937
import { TablePagination, TablePaginationProps } from '@material-ui/core';
export default function PatchedPagination(props: TablePaginationProps) {
const {
ActionsComponent,
onChangePage,
onChangeRowsPerPage,
...tablePaginationProps