react-bootstrap-table v1.0.0 Release Notes

Release Date: 2015-10-04 // over 8 years ago
  • ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix key warning in PaginationList warning(9057e1c)
    • ๐Ÿ›  Fix default sorting bug(3eb6dbe)

    ๐Ÿ”‹ Features

    • Separate classname of header and body column
      • Set className in <TableHeaderColumn> to define class on header
      • Set columnClassName on <TableHeaderColumn> to define class on body's column
    • โž• Add cell edit validation and input type(select,checkbox,textarea)
    • โž• Add a complete examples Demo
      • Run gulp example-server and go to localhost:3004/example-list.html
    • Give more customize features on Pagination
      • Default pagination setting