react-bootstrap-table v3.3.4 Release Notes

Release Date: 2017-05-13 // almost 7 years ago
  • ๐Ÿ› Bug fiexs

    • ๐Ÿ›  Fix afterSearch and afterColumnFilter doesn't be called when table rerender(24e5b66)

    โœจ Enhancement

    • Able to clean sorted table(261c6ea)

      • Please check this example
    • ๐Ÿ”ง Able to configure the text and value of select option in cell editing or insert modal(face547)

      • Please check this example
      • It's only for the case of editable.type is select
      • Releated issues: #1031 and #243