Closed andy-yu-y closed 1 year ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
issue still there
@andy-yu-y have you find any solution for this?
Use below paras to try to override sort fuction, handleSort is the method which i would like to use. sortServer onSort={handleSort}
But before handleSort is called, the key para pageIndex is auto changed to 1 which is not expected. Is there anyway can avoid this behaviors? I would like to have full control of sort function inside handleSort method.