@@ -147,24 +165,54 @@ function Tags(props) {
className="tagTable"
dataSource={source} columns={columns} pagination={false}>
}
- {total > limit ? (
-
-
+ {total > limit && {setPage(e)}}
- >
+ showSizeChanger={true}
+ onShowSizeChange={(current, pageSize)=>{setPage(1);setLimit(pageSize);}}
+ showQuickJumper={true}
+ >}
+
+ {/* {total > limit ? (
+
+ {total > limit &&
{setPage(e)}}
+ showSizeChanger={true}
+ onShowSizeChange={(current, pageSize)=>{setPage(1);setLimit(pageSize);}}
+ showQuickJumper={true}
+ >}
) : (
""
- )}
+ )} */}
{
source && source.length === 0 &&
}
+