QTable Top-Right & Left Alignment Sync
-
I have a tools in the top left and top right slots of the QTable.
My top left template can grow, I set the class used to “content-start” etc. so as the toolbar height grows, the tools remain fixed to the top of the top left element.
Unfortunately, the top right element does not grow to fill the space also, the right sided tools align in a different way, something like “content-center”.
Is there any way to instruct my top right template element to grow into the space, and align to “content-start” also?