Nov 16, 2020
You have a couple of options. If you have a look at the React Tables column options documentation you can give columns an accessor function where you could return the nested data. Check that out here: https://react-table.tanstack.com/docs/api/useTable#column-options
You could also alternatively do some data transformation to flatten this down so it's no longer nested.