Replies: 1 comment 3 replies
-
Not async like that, but just do a normal cell render with no async function with and access data from a useState hook or something. Add that state to the columns useMemo dependency array. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Here is what I was trying to do
The error occurred after I add the following code
Cell: async ({cell}: any) => <img src={await Service.Run().VendorsCategoryService.getVendorsCategoryImage(cell.getValue())} alt="Image"/>,
I'm facing error
I'm trying to load image to the table and to get the image I need have a token that's why I'm not specifying the url directly. can someone help...
Beta Was this translation helpful? Give feedback.
All reactions