You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.
🐛 Bug description
Sorting parameter is not included in the request If you fill the table with data using request prop and have defaultSortOrder for some column.
🏞 Expected result
Sorting parameter SHOULD be included in the request initially.
💻 Example
https://codesandbox.io/s/pro-table-forked-d8pms?file=/src/index.tsx
As you can see there is defaultSortOrder: 'ascend' for column, but it does not affect the request.
© Version info
You can check package.json in sandbox.
"@ant-design/pro-table": "2.29.0",
"antd": "4.12.2"
The text was updated successfully, but these errors were encountered: