Replies: 1 comment
-
One solution I found is working on accessor like accessor: (row) => {
return userStatusCalculator(row.cg1ra, row.arg2);
} Is this the preferred? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Suppose this is a column
And Status Calculator has some switch cases that checks for twos args and displays custom value with varying font color.
So, how can we take input of the final value and insert that text as a sort pivoting value?
Because currently it will sort according to server sent value in
status
key and sorts as bug.Beta Was this translation helpful? Give feedback.
All reactions