Simple table issues
Hi all I'm having a terrible go at creating a table. I have a data model that looks like
and my colum def looks like
Now I'm getting all sorts of errors, especially on on the accessor colums. It complains about
accessorFn
, when I add it it complains about column
missing and Im breaking Next with this error
Error: Objects are not valid as a React child (found: [object Date]). If you meant to render a collection of children, use an array instead.
I'm just trying to render a basic table for now, while I get more knowledge but I'm cant even do that. Anyone have an idea as to what could I be possibly doing wrong? TIA1 Reply
flat-fuchsiaOP•2y ago
This is resolved