react-bootstrap-table v4.0.5 Release Notes

Release Date: 2017-09-27 // over 6 years ago
  • ๐Ÿ› Bug fixes

    โœจ Enhancement

    • Support ArrayFilter but it's an internal filter, you can not configure on filter.type with ArrayFilter(5b32bfd)
      • Please check this example.

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Support csvFieldType to assign the type of cell when exporting csv(d810c9c)
      • example
      • Available is number and string, default is string
    • ๐Ÿ‘Œ Support auto collapse expanded rows when sort/filter/search(5ad7a75)
      • Check this example