Is there a way to print all columns in a NamedArray?

The NamedArray I want to print has five columns. I use “print” function to print it. Only four columns are printed and the middle column is replaced by an ellipsis. Is there a way to print all columns?

Have you tried showall?

No, it does not.

Maybe worth filing an issue against NamedArrays (but showall is deprecated in 0.7).

I filed an issue.