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
constTable=(props: IProps)=>{const{ onChange, data =[{name: "工作表一"}]}=props;return<divclassName={styles.wepTable}><Workbookdata={data}onChange={onChange}/></div>}
To Reproduce
Steps to reproduce the behavior:
data更新后无法更新表格
表格初始化时无法回显data里单元格的数据
The text was updated successfully, but these errors were encountered:
MrXujiang
changed the title
新版r安装包无法通过data来更新表格数据,onChange回调的数据(data)和文档有差异()
新版r安装包无法通过data来更新表格数据,onChange回调的数据(data)和文档有差异(celldata)
May 24, 2024
MrXujiang
changed the title
新版r安装包无法通过data来更新表格数据,onChange回调的数据(data)和文档有差异(celldata)
新版安装包无法通过data来更新表格数据,onChange回调的数据(data)和文档有差异(celldata)
May 24, 2024
Describe the bug
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: