Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: tuckwat/reactable

Tags

0.12.2

Toggle 0.12.2's commit message

Verified

This tag was signed with the committer’s verified signature.
glittershark Aspen Smith
Version 0.12.2

+ Add support for onFilter event prop (glittershark#235) (@educastellano)
+ Add defaultSortDescending prop to table (glittershark#230) (@JohnathanBruce)

0.12.1

Toggle 0.12.1's commit message

Verified

This tag was signed with the committer’s verified signature.
glittershark Aspen Smith
Version 0.12.1

0.12.0

Toggle 0.12.0's commit message

Verified

This tag was signed with the committer’s verified signature.
glittershark Aspen Smith
Version 0.12.0

+ Update to react 0.14
+ Support filterBy and hideFilterInput as props

0.11.5

Toggle 0.11.5's commit message

Verified

This tag was signed with the committer’s verified signature.
glittershark Aspen Smith
Version 0.11.5

* `preventDefault()` on all pagination click events
* Pass through props for all user-defined `<Th>`s

0.11.4

Toggle 0.11.4's commit message

Verified

This tag was signed with the committer’s verified signature.
glittershark Aspen Smith
Version 0.11.4

0.11.3

Toggle 0.11.3's commit message

Verified

This tag was signed with the committer’s verified signature.
glittershark Aspen Smith
Version 0.11.3

+ Add accessibility attributes (`role="button"` and `href`) to pagination
  links and table headers
* Export Reactable.Th

0.11.2

Toggle 0.11.2's commit message

Verified

This tag was signed with the committer’s verified signature.
glittershark Aspen Smith
Version 0.11.2

+ Allow customizing table headers using `<Reactable.Thead>` and
  `<Reactable.Th>`

0.11.1

Toggle 0.11.1's commit message

Verified

This tag was signed with the committer’s verified signature.
glittershark Aspen Smith
Version 0.11.1

* Fix including via commonjs (Webpack, Browserify, etc.)

0.11.0

Toggle 0.11.0's commit message

Verified

This tag was signed with the committer’s verified signature.
glittershark Aspen Smith
Reactable 0.11.0

+ Add option to limit pagination based on the `pageButtonLimit` prop,
  and show "next" and "previous" buttons

0.11.0-beta2

Toggle 0.11.0-beta2's commit message

Verified

This tag was signed with the committer’s verified signature.
glittershark Aspen Smith
Reactable 0.11.0-beta2

* Fix issue with handleClick callback