Hello,
I have the following error spamming when I click on the MultiColumnListView header to sort the column:
Layout update is struggling to process current layout (consider simplifying to avoid recursive layout): PanelRootElement COH-124-TablePanelSettings (x:0.00, y:0.00, width:600.00, height:337.50) world rect: (x:0.00, y:0.00, width:600.00, height:337.50)
UnityEngine.UIElements.UIElementsRuntimeUtilityNative:UpdatePanels ()
Layout update is struggling to process current layout (consider simplifying to avoid recursive layout): PanelRootElement COH-124-TablePanelSettings (x:0.00, y:0.00, width:600.00, height:337.50) world rect: (x:0.00, y:0.00, width:600.00, height:337.50)
UnityEngine.UIElements.UIElementsRuntimeUtilityNative:RepaintPanels (bool)
Iām currently using the Unity 6000.0.17f1 and the default ThemeStyleSheet.
The error only happens after I sort any of my columns.

You can try yourself using the attached files:
COH-124-Tables.zip (5.3 KB)
