I have a question about the behavior of Object table sorting of workshop. Please let me know.
Among the following sorting methods, (1) may not sort correctly in some cases.
- (1)Property
- (2)Function-backed column
(1)is paging and some server-side sorting.
(2)is sorted on the client side after reading all the data.
I understand that they behave differently, but why is the result indeterminate for (1)?