table icon indicating copy to clipboard operation
table copied to clipboard

docs: Modify basic sorting algorithm description

Open shongs27 opened this issue 2 years ago • 1 comments

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

shongs27 avatar May 11 '23 17:05 shongs27

Still incorrect, see https://github.com/TanStack/table/pull/5134

tychenjiajun avatar Oct 23 '23 02:10 tychenjiajun