xh / hoist-react

🏗️ ⚛️ The XH Hoist toolkit for React
https://xh.io
Apache License 2.0
24 stars 9 forks source link

Right-pinned grid columns do not have left border #3497

Closed amcclain closed 1 year ago

amcclain commented 1 year ago

We apply a right border to the last left-pinned column via:

https://github.com/xh/hoist-react/blob/bc6ff3ff4e7472f26ef26acf33495cad8f2715c2/cmp/ag-grid/AgGrid.scss#L190

We should do the same for the first right-pinned column also.

amcclain commented 1 year ago

Ensure we handle #3330 for this new case also