Replies: 1 comment
-
I guess you can create a hook, that returns export function useTraderStrategiesColumns() {
const traderStrategiesColumns = useMemo(...);
return traderStrategiesColumns;
} |
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.
-
I want moved my column def in another file but since it's not a react component ig not working can't use React.useMemo directly in here. so any way to seperate in another file so all working? if I remove useMemo there will be any iisues?
Beta Was this translation helpful? Give feedback.
All reactions