diff --git a/react-bootstrap-table/react-bootstrap-table-tests.tsx b/react-bootstrap-table/react-bootstrap-table-tests.tsx index a9ae5908df..7ab96048fe 100644 --- a/react-bootstrap-table/react-bootstrap-table-tests.tsx +++ b/react-bootstrap-table/react-bootstrap-table-tests.tsx @@ -21,7 +21,7 @@ function priceFormatter(cell: any, row: any) { } render( - + Product ID Product Name Product Price diff --git a/react-bootstrap-table/react-bootstrap-table.d.ts b/react-bootstrap-table/react-bootstrap-table.d.ts index 59accd8722..f21e205bcb 100644 --- a/react-bootstrap-table/react-bootstrap-table.d.ts +++ b/react-bootstrap-table/react-bootstrap-table.d.ts @@ -125,6 +125,7 @@ declare module "react-bootstrap-table" { containerStyle?: any; headerStyle?: any; bodyStyle?: any; + ignoreSinglePage?: boolean; }