【发布时间】:2021-08-02 08:32:25
【问题描述】:
我在 MaterialTable 的导出按钮上遇到了问题。添加<MaterialTable options={{exportButton: true}} />后没有出现在表格中
当我进入 MaterialTable 中的 options props 时,我发现 Options interface 中没有找到 exportButton。为了解决这个问题,我尝试删除 node_modules 文件夹并重新安装。
显然,它似乎并没有解决问题。这是我的Options interface 中显示的元素列表。
谁能帮我解决这个问题?
【问题讨论】:
标签: button export options material-table missing-features