Pin first columns in datagrid

Hi,

what you could try is change the css width, dynamically , I’m also not wel versed in css but when looking for a solution I found this:https://css-tricks.com/updating-a-css-variable-with-javascript/ which implies that you could make the width a css-variable and then use javascript to change this.

1 Like