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
I am working with SortedSet, for my use case to keep sorted rows that will be presented on a table. As one would expect, clicking a column of the table would change the sort order, asc/desc, now the question is, how do I do this?
I see there is a public function called contentCompare() do I just replace that and call splay(), something like
I am working with SortedSet, for my use case to keep sorted rows that will be presented on a table. As one would expect, clicking a column of the table would change the sort order, asc/desc, now the question is, how do I do this?
I see there is a public function called
contentCompare()
do I just replace that and callsplay()
, something likeis this how it';s supposed to be? or is there a function I'm missing?
The text was updated successfully, but these errors were encountered: