How to specify an empty column in columns array - Requested Unknown Parameter Warning
How to specify an empty column in columns array - Requested Unknown Parameter Warning
Struggling to work out how to indicated a column is to be ignored/empty. Below screenshot shows the issue:

This discussion has been closed.
Answers
Hi @nsscott ,
The problem is you've got five
thelements in the header, but you're only defining four columns. For those without data, define withcolumns.databeing null, i.e.Also consider
defaultContentif you want to put something else in the column instead,Cheers,
Colin