Just found it: Simply set pagination to false as below:
return (
<Table
rowKey="id"
columns={columns}
dataSource={data}
pagination={false}
/>
);
Just found it: Simply set pagination to false as below:
return (
<Table
rowKey="id"
columns={columns}
dataSource={data}
pagination={false}
/>
);