Ant-Design Table not rendering when change state in mobx store
问题 I program the behavior of clicking on a row in the ant design Table component. This should change the rowClassName on the Table. Here is an example on CodeSendBox. When you click on a table row, the value in the Store.selectedRowKey changes, but the table is not re rendering. If you move the dividing slider to the sandbox and the table size changes, then rendering occurs and a new row selection is applied 回答1: Basically you don't use selectedRowKey inside your observer component, so that's