The SScrollTable provides to display data records in a table, to edit and update them..
A STableElement serves as data source, wich will be entered in the property TableSource. Tho columns comply to the columns in the STableElement. By the property TableColumnDefinitions it can be defined with the Table Columns Editor, wich columns will be displayed. Here the TBeans will be added to the SScrollTable for editing the data.
When the STableElement will be filtered by an other component, e.g. a SFormattedField, also only the filtered data records will be displayed int he SScrollTable.
When a SNavigator is connected with the same STableElement as the SScrollTable, at navigation in the SNavigator the corresponding row in the SScrollTable will be selected.
See Using Tables.