【发布时间】:2021-12-30 11:54:31
【问题描述】:
根据 MUI 文档 --> https://mui.com/api/table-pagination/#main-content,
ActionComponent = The component used for displaying the actions. Either a string to use a HTML element or a component.,
Component = The component used for the root node. Either a string to use a HTML element or a component,
看了上面的描述,我还是不明白它们到底是什么意思。
“ActionComponent”中的“显示动作”是什么意思?
“组件”中的“用于根节点的组件”是什么意思?
我可以举一些可靠的例子来演示如何使用“ActionComponent”和“Component”道具吗?
或者请参考相关资源。
【问题讨论】:
标签: reactjs material-ui