I'm getting this error while creating the column headers.
Uncaught Error: Columns require an id when using a non-string header
I'm sure I'm doing something wrong, but not sure what.
2 Replies
stormy-gold•3y ago
Did you find an answer for this? Hitting it today and adding an id field to my column object had no effect.
flat-fuchsia•3y ago
It looks like you're putting all your columns in a group. That group column doesn't have an id. If you meant to group all the columns, just give the root column an id. If you didn't, then unwrap them and return an array of columns instead.