react-bootstrap-table v2.7.1 Release Notes

Release Date: 2016-12-18 // over 7 years ago
  • ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix layout error when expand row with a hidden column outside(460ba53)

    โœจ Enhancement

    • ๐Ÿ‘Œ Support editColumnClassName prop on <TableHeaderColumn> for separate from columnClassName(dbc40d3)
    • ๐Ÿ‘Œ Support headerText prop on <TableHeaderColumn>(9183e71)
      • It's optional but if you dont have a pure text as children in <TableHeaderColumn>, you can configure this prop to avoid couple wanring when insert or filter.
      • The value of this prop will be used on the placeholder or tip for filter or insert modal field.

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ Allow to expand row by specified column or a row(95fbfd4)
      • Check this example
      • Give expandBy in options props and assign as column or row(row is default)
      • If you give expandBy as column, all column can trigger expanding by click
      • You can tell react-bootstrap-table which column can trigger expanding by expandable={ false } on <TableHeaderColumn>