antd pagination
pagination={{
showSizeChanger: true,
defaultCurrent: 3,
total: 500,
showTotal: total => {
return `Total ${total} items`;
}
}}