Sticky Column in MUI data grid

543 views Asked by At

I want to make a column sticky in Mui x data grid. I know there is an option to do that in the pro version, but I want to use the community version and was wondering whether this can be achieved by overriding the original css.

I've tried a lot of things but none of them worked.

1

There are 1 answers

2
Maulik Patel On

You can do that in community version too.

Here, is the demo: https://codesandbox.io/s/datagrid-forked-y9pfwr?file=/src/App.tsx

If this is not the answer you're looking for, please share your code with us, So we can assist you further.