You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During initialization, the stored value is used if hidden_columns=None. The stored value will be assigned to hidden_columns and will trigger a setProps.
Follow up to the
hidden columnsfeature work in #314. Props associated with table based persistence are to be tagged asbeta.persisted: PropTypes.arrayOf(PropTypes.oneOf(['hidden_columns'))During initialization, the stored value is used if
hidden_columns=None. The stored value will be assigned tohidden_columnsand will trigger asetProps.