-
i'm tryning to play with the react table mui kitchen sink and do not understand why the value aren't visible . the Header is visible when switching to JSON it's the data in the table not visible anymore. on the console.log, data and data1 have the same structure.
i don't know where's the mistake. thanks for the help |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
no help? MOCK_DATA are coming as a JSON file. |
Beta Was this translation helpful? Give feedback.
-
after some hours, the mistake ha sbeen solve. the acessor name have to match the name attribute in the json file. an there's no need to use the object.key function. the use of useMemo is enough. |
Beta Was this translation helpful? Give feedback.
after some hours, the mistake ha sbeen solve. the acessor name have to match the name attribute in the json file. an there's no need to use the object.key function. the use of useMemo is enough.