Bugfix
If a tl:TreeTableComponent is sorted, incremental updates, which can be performed using the three component API's
- receiveModelChangedEvent
- receiveModelCreatedEvent
- receiveModelDeletedEvent
can destroy the sorting if, for example, an element is added to the table in the wrong place with respect to its underlying order.
Test
Configure a tree table and sort it by its name. Create a new object. The newly created object should be added at the correct position with respect to the underlying order.