cuba-platform / documentation

CUBA Platform Documentation
https://www.cuba-platform.com
Creative Commons Attribution 4.0 International
26 stars 45 forks source link

Table can determine columns automatically #673

Closed alexbudarov closed 4 years ago

alexbudarov commented 4 years ago

Environment

Description of the bug or enhancement

In CUBA 7.0 a hidden feature has been introduced. You can completely omit "columns" sub-tag for table components. And Table will automatically determine columns by dataContainer's view. Behavior is similar to specifying this:

<columns includeAll="true">

See this ticket for working example: https://youtrack.cuba-platform.com/issue/STUDIO-8050

Documentation states that:

columns – a required element defining the set of columns for a table.

This information needs to be updated.