我DataGrid在我的组件中添加了 simple
<div className='Employees'>
<Button onClick={queryEmployees}>Employees</Button>
<DataGrid rows={rows} columns={columns} autoHeight={true}/>
...
</div>
Run Code Online (Sandbox Code Playgroud)
我在控制台中收到此错误
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.
Run Code Online (Sandbox Code Playgroud)
我不明白这个错误,也不明白是什么导致了它,我不知道如何调试它。