Closed zuzuviewer closed 7 years ago
<SortableSudokuGrid containerStyle={{backgroundColor: '#fff',}} columnCount={Config.columnCount} dataSource={this.initFieldData()} renderCell={this.renderGridCell} sortable={false}></SortableSudokuGrid> 如上,我的数据源是通过一个函数分析redux来的数据得到的,结果每次数据更新后,会执行这个initFieldData,但是renderGridCell并没有执行
<SortableSudokuGrid containerStyle={{backgroundColor: '#fff',}} columnCount={Config.columnCount} dataSource={this.initFieldData()} renderCell={this.renderGridCell} sortable={false}></SortableSudokuGrid>
<SortableSudokuGrid containerStyle={{backgroundColor: '#fff',}} columnCount={Config.columnCount} dataSource={this.initFieldData()} renderCell={this.renderGridCell} sortable={false}></SortableSudokuGrid>
如上,我的数据源是通过一个函数分析redux来的数据得到的,结果每次数据更新后,会执行这个initFieldData,但是renderGridCell并没有执行