react-bootstrap-table v4.0.2 Release Notes

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

    • ๐Ÿ›  Fix the expandable broken on custom column when expandBy is column(1be402e) ## โœจ Enhancement
    • ๐Ÿ”ง Able to configure the position of ToolBar(29bbecc)
      • Configure the position viaoptions.toolbarPosition, available value is top, bottom and both.
    • Custom the column title(cd93a3f)
      • Configure columnTitle on TableHeaderColumn, which accept a function and take cell and row as arguments
      • Check this example
    • โž• Add quotation marks to header cells on CSV file(55de1d6)