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

Changelog History
Page 1

  • v4.3.1 Changes

    January 03, 2018

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed sizePerPage dropdown broken on [email protected](8b28c4b)
    • ๐Ÿ›  Fixed Cannot read property 'type' of null Error in TableHeaderColumns when having dynamic columns(1741487)

    โœจ Enhancement

    • if options.hideSizePerPage is true, will not render dropdown anymore instead of hidden(ea89bf8)
  • v4.3.0 Changes

    December 21, 2017

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed passing wrong key for custom prePage, nextPage, firstPage and lastPage(02363a9)

    โœจ Enhancements

    • โฌ†๏ธ Upgrade react-modal to 3.1.7

    ๐Ÿ”‹ Features

  • v4.2.0 Changes

    December 04, 2017

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix bug about text filter for null value(a9eb1d0)
    • ๐Ÿ›  Fix expandParentClass option concat classNames(64915a0)

    โœจ Enhancements

    • No String ref(7c18851)
    • ๐Ÿ‘Œ Support renderAlert to specified if render the react-s-alert(ed57ab4)
    • The event object will be pass at least argument for options.onExpand, options.onRowClick and options.onRowDoubleClick(64915a0)
  • v4.1.5 Changes

    November 21, 2017

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed the sort status doesn't updated internally when remote sort enable(06b3560)

    โœจ Enhancements

    • beforeSaveCell and afterSaveCell will pass additional information on last one argument(db634db)

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Support press ENTER to select row when enable keyboard navigation(b52e065)
      • Check this example
  • v4.1.3

    November 12, 2017
  • v4.1.2

    November 11, 2017
  • v4.1.1 Changes

    October 31, 2017

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed edit cell that has no data IE 11 fails with error code 800a025e(17be157)
    • ๐Ÿ›  Fixed sizePerPage drop down requires double click(9c0332a)
    • ๐Ÿ›  Fixed remote is enable and a sorted table is reset when state update(5a70141)
  • v4.1.0 Changes

    October 23, 2017

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed options.afterDeleteRow be called without checking existing(9f64cdf)
    • ๐Ÿ›  Fixed table-condensed should be table-sm on bootstrap@4(137a6b2)
    • โšก๏ธ Update React Peer Dependency(9032174)
    • โฌ†๏ธ Upgrade react-modal to 3.0.3 due to [email protected] issue(f2c0ee8)
    • ๐Ÿ›  Fixed Cannot read property 'type' of undefined(9049073)
    • ๐Ÿ›  Fixed Failed prop type: Invalid prop columnName of type array supplied to TextFilter, expected string(c272b97)

    โœจ Enhancement

    • ๐Ÿ’… The tdStyle prop now allow to accept a callback function(6acf5c1)
  • v4.0.6 Changes

    October 02, 2017

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed TypeError: Cannot read property 'emitter' of undefined(55a7e09)

    โœจ Enhancement

    • Treat undefined same as null when sorting(5b58195) ## ๐Ÿ”‹ Features
    • ๐Ÿ‘Œ Support cellEdit.bulrToEscape, default is false(88571ac)
  • v4.0.5 Changes

    September 27, 2017

    ๐Ÿ› Bug fixes

    โœจ Enhancement

    • Support ArrayFilter but it's an internal filter, you can not configure on filter.type with ArrayFilter(5b32bfd)
      • Please check this example.

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Support csvFieldType to assign the type of cell when exporting csv(d810c9c)
      • example
      • Available is number and string, default is string
    • ๐Ÿ‘Œ Support auto collapse expanded rows when sort/filter/search(5ad7a75)
      • Check this example