icflorescu / mantine-datatable

The table component for your Mantine data-rich applications, supporting asynchronous data loading, column sorting, custom cell data rendering, context menus, nesting, Gmail-style batch row selection, dark theme, and more.
https://icflorescu.github.io/mantine-datatable/
MIT License
949 stars 68 forks source link

Add docs to explain how to change the column scrollbar when content has overflow #644

Open nkelton opened 1 month ago

nkelton commented 1 month ago

Thanks for the great library!

I would like to change the width of the column scroll bar when my content has overflow, but the docs don't seem to outline how to change the style of this particular prop. It would be great if the docs could outline how to style column scroll bars or, if it doesn't exist, this would be a great feature to add.