fix(provider): table sorting does not work
This commit is contained in:
@@ -170,6 +170,7 @@ const MaasProvider: React.FC = () => {
|
||||
rowSelection={rowSelection}
|
||||
columns={columns}
|
||||
scroll={{ x: 900 }}
|
||||
onChange={handleTableChange}
|
||||
pagination={{
|
||||
size: 'middle',
|
||||
showSizeChanger: true,
|
||||
|
||||
Reference in New Issue
Block a user