Open SteffenHummel opened 7 years ago
renderTab callback not called when data props the same
example: data={this.props.dataSource}
data={this.props.dataSource}
quick fix : data={[...this.props.dataSource]}
data={[...this.props.dataSource]}
expected behavior: renderTab should called when onPageChange callback is called
Not fixed... sorry...
renderTab callback not called when data props the same
example:
data={this.props.dataSource}
quick fix :
data={[...this.props.dataSource]}
expected behavior: renderTab should called when onPageChange callback is called