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

Skip to content

Tags: reggi/reactable

Tags

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

0.11.0-beta1

Toggle 0.11.0-beta1's commit message

Verified

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

* Upgrade to React 0.13
   This also included splitting up everything into seperate files and
   using ES6 everywhere (glittershark#80)
+ Add distinct class names to Reactable header columns named after the
  column (glittershark#154)

0.10.2

Toggle 0.10.2's commit message

Verified

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

- Add placeholder property to table to control filterer placeholder
- Allow filtering when cell data is null
- Fix passing null instead of either a Tr or a Td
- Fix "Danger: discarding unexpected node" error when not using filtering

0.10.1

Toggle 0.10.1's commit message

Verified

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

- Allow sorting based on non-stringified values
- Fix broken filtering when specifying table data with <Tr>s and <Td>s
- Fix issue with <Td> column name getting attached as a series of
  properties

0.10.0

Toggle 0.10.0's commit message

Verified

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

- **Update to React 0.12** (glittershark#82/glittershark#115)
- Simplify CaseInsensitive sort and add NumericInteger sort (glittershark#114)
  (thanks @cymen)

0.9.8

Toggle 0.9.8's commit message

Verified

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

- Allow for specifying a `value` prop on the `<Td>` that's used when
  sorting and filtering (glittershark#112, glittershark#87) (thanks @rtsao)