HamzaButt
HamzaButt

Reputation: 27

Sticky Column in MUI data grid

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.

Upvotes: 2

Views: 2378

Answers (1)

Maulik Patel
Maulik Patel

Reputation: 774

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.

Upvotes: -1

Related Questions