All Versions
138
Latest Version
Avg Release Cycle
9 days
Latest Release
2276 days ago

Changelog History
Page 14

  • v1.2.2 Changes

    October 21, 2015

    ๐Ÿ› Bug fixes

  • v1.2.1 Changes

    October 19, 2015

    ๐Ÿ› Bug fixes

    • โšก๏ธ Update TableDataSet missing pagination(46c93ce)
      • More discussion on #70

    ๐Ÿ”‹ Features

    • Get selected Data only show in table when onSelectAll be called(9d391ee) javascript function onSelectAll(isSelected, currentDisplayAndSelectedData){ //.. }
  • v1.2.0 Changes

    October 13, 2015

    ๐Ÿ› Bug fixes

    • โœ‚ Remove toastr's css hard dependency(28e0b11)

    ๐Ÿ”‹ Features

  • v1.0.3 Changes

    October 10, 2015

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix window is undefinde if use react-bootstrap-table in isomorphic(f5db238)

    ๐Ÿ”‹ Features

    • โž• Adding Table with borderless feature(43e484f)
      • See it on #63
  • v1.0.2 Changes

    October 09, 2015

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix wrong path of toastr
  • v1.0.1 Changes

    October 08, 2015

    ๐Ÿ› Bug fixes

    • Wrong Dependencies with react-toastr and toastr(bd16999)
  • v1.0.0 Changes

    October 04, 2015

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix key warning in PaginationList warning(9057e1c)
    • ๐Ÿ›  Fix default sorting bug(3eb6dbe)

    ๐Ÿ”‹ Features

    • Separate classname of header and body column
      • Set className in <TableHeaderColumn> to define class on header
      • Set columnClassName on <TableHeaderColumn> to define class on body's column
    • โž• Add cell edit validation and input type(select,checkbox,textarea)
    • โž• Add a complete examples Demo
      • Run gulp example-server and go to localhost:3004/example-list.html
    • Give more customize features on Pagination
      • Default pagination setting
  • v0.9.17 Changes

    September 25, 2015

    ๐Ÿ”‹ Features

    • Hide row selection column(260a1a4)