You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the PaginationProvider component is used along with any of the standalone Pagination components (SizePerPageDropdownStandalone, PaginationTotalStandalone, PaginationListStandalone) and the PaginationProvider wraps the BootstrapTable component (as in the examples), it is not possible to 'configure' the standalone Pagination components with the 'bootstrap4' prop. Specifying it on the BootstrapTable only affects the table.
Seems like PaginationProvider needs to behave like ToolkitProvider and support the 'bootstrap4' property... or do I have to wrapper BootstrapTable and the standalone Pagination components with a ToolkitProvider, and then wrapper all of that with the PaginationProvider?