【发布时间】:2021-05-16 13:43:15
【问题描述】:
我在我的组件中添加了简单的DataGrid
<div className='Employees'>
<Button onClick={queryEmployees}>Employees</Button>
<DataGrid rows={rows} columns={columns} autoHeight={true}/>
...
</div>
我在控制台中收到此错误
Material-UI: The key `caption` provided to the classes prop is not implemented in ForwardRef(TablePagination).
You can only override one of the following:
root,toolbar,spacer,selectLabel,selectRoot,select,selectIcon,input,menuItem,displayedRows,actions.
我不明白这个错误,也不知道是什么原因导致的,我不知道如何调试它。
【问题讨论】:
标签: reactjs material-ui