ui5-webcomponents icon indicating copy to clipboard operation
ui5-webcomponents copied to clipboard

UI5 Web Components Enablement in OpenUI5: support flexibility for TableColumn wrapper

Open elenastoyanovaa opened this issue 3 years ago • 1 comments

Background

During the implementation of the Flexibility topic in #4429 we found a gap in the ui5-table implementation. The flexibility code logic uses the setVisible method of controls in order to show/hide controls. The UI5 Column has a special handling, when the visible property is toggled - when setVisible(false) is called for a column, all related cells are also hidden and or shown, when setVisible is set to true.

Task

Once the visibility handling of the table columns is implemented the TableColumn should be enabled for flexibility.

elenastoyanovaa avatar Feb 16 '22 15:02 elenastoyanovaa