Closed
Description
Summary of problem
When conditionally displaying a column using Column::makeIf(...)
the HTML builder is always displaying the column even if the condition is false, which can also lead to js errors.
I think this is unintended behavior, might take some time later to develop a fix but wanted to check if this is really bugged or just meant to be this way.