jmix
jmix copied to clipboard
Improve performance of GroupTable
The io.jmix.ui.component.data.table.ContainerGroupTableItems#groupItems method uses ArrayList.contains which can be very slow if the number of elements in a group is large.
See details at private topic.