pbeshai / react-taco-table

A table component for React based on column configuration :taco:
http://pbeshai.github.io/react-taco-table/
MIT License
30 stars 7 forks source link

Adds columnSummary to renderer #42

Closed pbeshai closed 8 years ago

pbeshai commented 8 years ago

Columns now have the ability to access the columnSummary directly in their renderers. This PR merges #41 and updates documentation.