kcuilla / reactablefmtr

Streamlined Table Styling and Formatting for Reactable
https://kcuilla.github.io/reactablefmtr/
Other
208 stars 27 forks source link

Color range (min_value, max_value) ignored for single-row tables #43

Open mdoucleff opened 2 years ago

mdoucleff commented 2 years ago

The zero-variance checks cause user-supplied color range values (min_value & max_values) to be ignored. Note that zero-variance will always occur for single-row tables. Please see related pull-request.