react-bootstrap-table v2.11.1 Release Notes

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

    • ๐Ÿ‘Œ Support to configure the td and th style object(94b4451)
      • Use tdStyle on TableHeaderColumn to configure the td styles, aceept an object
      • Use thStyle on TableHeaderColumn to configure the th styles, aceept an object
      • example

    โœจ Enhancement

    • Able to clean table by calling reset which is exposed by BootstrapTable(6893be6)
    • ๐Ÿ‘Œ Support to configure which functionality should be handled by remote(d31c71f)