react-bootstrap-table v3.4.2 Release Notes

Release Date: 2017-06-24 // almost 7 years ago
  • 🐛 Bug fixes

    • Cannot read property 'sortFunc' of undefined when conditionally rendering different tables(1418)
      • From this version, we support replace props on BootstrapTable, you can configure as true if your need to rerender a totally different table so that ⚡️ react-bootstrap-table will not update table state according to previous and next props.
    • Header Group broken when Row Expand Indicator is enabled(2cf11ec)

    ✨ Enhancement

    • options.onDeleteRow and options.afterDeleteRow allow to accept second argument which is the all delete rows instances(29064ff)
    • options.expandBodyClass allow to accept third argument which is a flag for is expanding or not(85eeeb5)