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
Hello,
I'm trying to implement pagination in my bootstrap table but I receive the following issue:
TypeError: _this.props.isRemotePagination is not a function
I'm trying to implement the basic panigation table, but every time I put pagination={ paginationFactory() } I receive this error. Anyone could help me?