adjustColumnSize does not work when using splitAt

Hello, I’m using adjustColumnSize to resize columns, and this works, but if I call splitAt and try to resize on of those columns, it doesn’t resize correctly. Is there a workaround, or is this an issue?

Thanks,
Scott

I see now that if I call the adjustColumnSize after the splitAt call it works.

Thanks