table
table copied to clipboard
docs: Modify basic sorting algorithm description
Basic sorting algorithm description is incorrect
a>b and b<a are the same case.
if a>b condition is not right, you shoud judge a<b condition
Still incorrect, see https://github.com/TanStack/table/pull/5134