AllenFang / react-bootstrap-table

A Bootstrap table built with React.js
https://allenfang.github.io/react-bootstrap-table/
MIT License
2.24k stars 783 forks source link

Update TableHeaderColumnProps types autovalue -> autoValue #2053

Open abdulrahman-khankan opened 5 years ago

abdulrahman-khankan commented 5 years ago

Please update the prop types definition from autovalue to autoValue. It made my life hell until I figured out the prop is spelled wrong in the types file and that it is autoValue (camelCase).

@AllenFang