having trouble sorting column
how can i specify based on what it should be sorting, i tried seting the sortingFn in the columns but i put console log there and it didnt invoke
3 Replies
continuing-cyanOP•13mo ago
also i should mention that i have custom cell
this doesnt work
deep-jade•13mo ago
do you not have an accessor?
continuing-cyanOP•13mo ago
um no
damn it works
with accessor
but, how can i sort it by text
cause i have that sorting fuction but what do i return, i have 2 strings
ok i finally understand how accessorKey works haha
thanks a lot