如何显示所有反应材料表行而不是10行?
我使用MaterialDatabable
一次只显示10行我想一次显示所有行。
我尝试了rowsperpage
,但是我无法定义所有表行。
我的代码: -
<MaterialDatatable
title="My Team"
data={data}
columns={columns}
options={{rowsPerPage:50 }}
/>
I'm using MaterialDatatable
only 10 row is displaying at a time I want to display all the rows at a time.
NPM Demo Url : https://www.npmjs.com/package/material-datatable
I tried rowsPerPage
but there I'm not able to define all the table rows.
My code:-
<MaterialDatatable
title="My Team"
data={data}
columns={columns}
options={{rowsPerPage:50 }}
/>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论