The Table element is not fully supported in Advanced Designer. It’s only introduced to minimize the editing efforts when importing FlexiLayouts with Table elements. You can make slight adjustments to the table properties via code. However, if you need to make big changes, e.g. alter the column set or the table extraction logic, we recommend that you replace the Table element with a Repeating Group element. When setting up table extraction from scratch, use a Repeating Group element.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
Limitations
- There is no What to search for section in the Properties pane of the Table element. The properties from this section can be configured via code.
- You can see the list of existing columns only when mapping the element to a field via the Get region from drop-down list.
- Adding new columns isn’t supported.
- Mapping of columns to fields via code isn’t supported.
- When the FlexiLayout is imported to Advanced Designer, the table block is converted to a Group field with multiple items with mapping being preserved. You can map the table element to another Group field with multiple items allowed or a Table field. The columns of the Table element can only be mapped to child elements of the selected Group or Table field. The set of child elements of the selected field should match the set of columns of the Table element.
Note: The difference between the Table field and the Group field is the following: table columns always have the text data type, whereas child fields of a group can be of any type.
