davidguttman / react-pivot

React-Pivot is a data-grid component with pivot-table-like functionality for data display, filtering, and exploration.
http://davidguttman.github.io/react-pivot/
1.05k stars 147 forks source link

Add prop to control sub dimension option text #71

Closed sburns closed 5 years ago

sburns commented 5 years ago

Hey @davidguttman thanks for a wonderful library. We recently started using this and wanted to customize the option of the next sub-dimension select. This just adds a subDimensionText (taking a cue from of the soloText prop) and passes it to the Dimensions component.

davidguttman commented 5 years ago

Nice thanks!