react-bootstrap-table v4.0.0 Release Notes

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

    • ๐Ÿ›  Fix validation called twice when press tab to leave the cell editor(5532b98)

    โœจ Enhancement

    • ๐Ÿ›  Fixed hard coded warning when insert fails(28b3ea3)
      • Use options.insertFailIndicator to custom the error indicator.
    • ๐Ÿ›  Fixed 'Show All/Show selected only' is display in contrast(db1f8e7)
    • ๐Ÿ‘‰ Use prop-types
    • ๐Ÿ‘‰ Use editTdAttr on TableHeaderColumn to custom the attributes on the column(TD) of cell editor(42e84b7)
    • ๐Ÿ‘Œ Support dynamic options list for dropdown in cell editor(62b928a)
      • editable.options.values on TableHeaderColumn can accept an array or function now.

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Support bootstrap@4 and bootstrap@3, if you use 4, please add version='4' on <BootstrapTable>.