Detail
Detail
Bugfix
In the TableComponent, the model of the component is not set on selection. This can lead to problems with a GoTo. The GridComponent implements this correctly - the corresponding model is also set there on selection. The model of the TableComponent should also be set on selection in the same way as the GridComponent.