jmix icon indicating copy to clipboard operation
jmix copied to clipboard

Improve performance of GroupTable

Open knstvk opened this issue 3 years ago • 0 comments

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.

knstvk avatar Oct 10 '22 13:10 knstvk