defect
If a tl:TreeTableComponent is sorted, incremental updates—triggered, among other things, by the three component APIs
- receiveModelChangedEvent
- receiveModelCreatedEvent
- receiveModelDeletedEvent
—can disrupt the sort order if, for example, an element is added to the table in the wrong position relative to its underlying order.
Test
Configure a tree table and sort it by name. Create a new object. The newly created object should be inserted in the correct position according to the underlying order.