Skip to content

Releases: langleyfoxall/react-dynamic-data-table

v8.1.2

01 Aug 13:06
e8da863
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.1.1...v8.1.2

v8.1.1

01 Aug 13:01
da30b05
Compare
Choose a tag to compare

What's Changed

  • Fix invalid code generation due to Babel/core-js incompatibilities. by @jameswilddev in #113

Full Changelog: v8.1.0...v8.1.1

v8.1.0

01 Aug 12:18
1d10953
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.0.1...v8.1.0

v8.0.1

28 Jun 09:02
fc8b126
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.0.0...v8.0.1

v8.0.0

28 Jun 08:54
563c49a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.19.0...v8.0.0

7.19.0

27 Jan 09:01
491fc5d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.18.0...v7.19.0

7.18.0

06 Sep 08:13
94cd51e
Compare
Choose a tag to compare
  • Feature to show pagination controls when only one page is present

7.17.1

21 Jul 14:50
8be208e
Compare
Choose a tag to compare
  • Re-publish to fix missing dist files

v7.17.0

11 Sep 08:41
8be208e
Compare
Choose a tag to compare
  • Allows errors in AJAX requests issued by the AjaxDynamicDataTable to be captured via an onError prop

v7.15.0

13 Jul 15:17
9a7e961
Compare
Choose a tag to compare
  • The AjaxDynamicDataTable component now accepts a perPage prop.
  • The DynamicDataTable component now accepts a perPageOptions prop which it will pass down to the perPageRenderer.