enhancement
major
minor
defect
minor
#26484
In-app template for grid and tables: Function "Verifier for use as list item" does not get component model
#26885
Constraints on declarative forms with arguments from a container reference lead to errors for new elements
#26922
With generated subject classes, a default provider of an attribute in a non-structure class does not get a create context
defect
For a table, you can configure the number of columns to be displayed initially. There are two ways to do this:
- Using the tl:MainProperties annotation on the tl:TLType that is displayed in this table.
- Using the ` defaultColumns ` configuration in `tl:TableConfig`.
However, if a new view is created dynamically within the application, the order of the default columns is generally lost.
Test
In the model, `DemoTypes:DemoTypes.A ` has the following default columns: ` name`, `boolean`, `string`, `float`, and `date`.
When creating a new table of type DemoTypes:DemoTypes.A, the columns `name`, `boolean`, `string`, `float`, and `date ` should continue to be displayed in this order.