react-bootstrap-table v3.1.7 Release Notes

Release Date: 2017-04-07 // almost 7 years ago
  • 🐛 Bug fixes

    • 🛠 Fixed headerText is not display well(14fc9b7)
    • 🛠 Fixed bug if update options.expanding is not work(6f0b5fb)

    ✨ Enhancement

    • 👌 Improve the performance of select all functionality(3b67e19)
    • 👌 Support keyValidator on TableHeader to tell react-bootstrap-table to push the error message in validateState if rowkey not valid(892c504)
      • It's only work for rowKey column
      • Default is false, react-bootstrap-table only show a toastr to nofity user that rowkey is not valid.