New Brooklyn feature: Conditional rendering of columns in table not working on Picklist fields

Hi Don,

I have a basic model called “Reader1” which is the custom object adm_application__c.  My table component is based on the Reader1 model. The column fields are fields directly on that object.  The model is not loaded on page load, but it is queried whenever the tab is selected.  The table sits on that tab.

The picklist fields do have --None-- option.

More FYI,  I have tried rendering based on “None - blank value”, and I have also tried rendering based on value being in set of values (equivalent to the picklist options).  Neither works.

Another FYI, I have also tried rendering on a checkbox (boolean) field, and it does not work either.