🚀 Glide Data Grid is a no compromise, outrageously react fast data grid with rich rendering, first class accessibility, and full TypeScript support.
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?
Add a
resizeIndicator
prop that allows configuring the behavior of the resize indicator:full
will show the resize indicator on the full height.header
will show the resize indicator only on the header border.none
will not show 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 useaccentColor
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?