This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Description
Follow up to the hidden columns
feature work in #314. Props associated with table based persistence are to be tagged as beta
.
persisted
: PropTypes.arrayOf(PropTypes.oneOf(['hidden_columns'))
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
.