AllenFang / react-bootstrap-table

A Bootstrap table built with React.js
https://allenfang.github.io/react-bootstrap-table/
MIT License
2.24k stars 783 forks source link

Second table doesn't update after setState called #2060

Closed functionsonly closed 5 years ago

functionsonly commented 5 years ago

I have two tables. If I refresh an element in one table, the second table doesn't show the update after setState has been called.

https://codesandbox.io/s/1v8znzknm7

Is there a way to force all tables to re-render?

functionsonly commented 5 years ago

Sorry, ignore this. I thought I was in the other git page.