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
afraid-scarletOP•16mo ago
also i should mention that i have custom cell
this doesnt work
graceful-blue•16mo ago
do you not have an accessor?
afraid-scarletOP•16mo 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