mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Change pagesize of groups table in devicemgt react app
This commit is contained in:
parent
e1f7c3b073
commit
54e3e6e151
@ -175,11 +175,9 @@ class GroupsTable extends React.Component {
|
||||
pagination={{
|
||||
...pagination,
|
||||
size: "small",
|
||||
// position: "top",
|
||||
total: data.count,
|
||||
pageSize: 2,
|
||||
pageSize: 10,
|
||||
showTotal: (total, range) => `showing ${range[0]}-${range[1]} of ${total} groups`
|
||||
// showQuickJumper: true
|
||||
}}
|
||||
loading={loading}
|
||||
onChange={this.handleTableChange}
|
||||
@ -191,4 +189,4 @@ class GroupsTable extends React.Component {
|
||||
}
|
||||
}
|
||||
|
||||
export default withConfigContext(GroupsTable);
|
||||
export default withConfigContext(GroupsTable);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user