mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(web): ♻ use TablePaginationPosition api
This commit is contained in:
parent
f6b35d2db6
commit
0b554af623
1 changed files with 1 additions and 1 deletions
|
|
@ -67,8 +67,8 @@ export const ListsTable = (props: RouteComponentProps & Props) => {
|
|||
size="small"
|
||||
pagination={{
|
||||
simple: true,
|
||||
style: { float: "left", margin: "4px 4px" },
|
||||
pageSize: tablePageSize.pageSize,
|
||||
position: ["bottomLeft"],
|
||||
}}
|
||||
scroll={{
|
||||
x:
|
||||
|
|
|
|||
Loading…
Reference in a new issue