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

Make it so state can be managed externally if desired #20

Open pbeshai opened 8 years ago

pbeshai commented 8 years ago

Instead of setting state inside the table, see if it can be managed via props and callbacks as an option to enable the state to be completely controlled by an external agent (e.g. redux)