glideapps / glide-data-grid

🚀 Glide Data Grid is a no compromise, outrageously react fast data grid with rich rendering, first class accessibility, and full TypeScript support.
https://grid.glideapps.com
MIT License
4.07k stars 301 forks source link

Add resize indicator config option #897

Closed lukasmasuch closed 9 months ago

lukasmasuch commented 9 months ago

Add a resizeIndicator prop that allows configuring the behavior of the resize indicator:

Here is an example with using the header resize indicator:

https://github.com/glideapps/glide-data-grid/assets/2852129/10ce4db7-6e3e-4d57-a250-f932cad0a2da

Also, I think it might be good to revert my previous change of using the accentLight color as default: https://github.com/glideapps/glide-data-grid/pull/862 and use accentColor instead. Having this option + configuration for the resize indicator color should provide enough ways to configure this in every possible way. What do you think?