We have two pinned columns in an agGrid, a button acting as a context menu and a checkbox in order to select rows. After the pinned columns we have regular columns, usually with text content. Now it seems that not just he text cells are not vertically aligned in the center, but also context-menu button as well as checkbox are also not aligned in the vertical center. We tried to fix the alignment using css styles but we believe that proper alignment should come out-of-the-box. We believe that in future ix-versions, our effort to move pixels up or down using css, will possibly not be reliable.
Within stackblitz, there is “center” set for lockPosition and pinned so it aligns perfectly, however in our Angular application, “center” cannot be set.