react-bootstrap-table v3.3.1 Release Notes

Release Date: 2017-05-06 // almost 7 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ‘ Allow to unselect all only for visible rows(filter, search)b15475a
      • #1276
      • Enable selectRow.onlyUnselectVisible to have this feature

    โœจ Enhancement

    • cellEdit.beforeSaveCell pass fourth argument done, call it and return a bool value for performing validation in asyncf620b19
      • check description
      • If your validation is async or there's a delay for user operation, use this feature.
    • Suppoer options.keepSizePerPageState, enable it will make size per page dropdown keep open if table rerender automatically without any user action5234375