- Brian Chang - Fixed README formatting examples. Improved
column.cell
architecture. Helped to improve and designcell
API. - Antoine Verger - Allow editor text inputs to be erased correctly
- Daan Nijkamp - Fixed README search example.
- Utku Demir - Helped to ideate row API.
- Andrea de la Isla - Made search algorithm stable and allowed header to be customized.
- cameron - Helped to render nested properties through cells.
- Igor Kaplounenko - Allowed
rowKey
to be set. - BJR Matos - Restored Node 0.10 support.
- Sitian Liu - Fixed header definition documentation.
- Eugene Cheung - Fixed object protocol example at documentation.
- Johnson Liang - Cleaned up cell prop/value merging and made it work correctly if only cell functions are provided. Fixed formatter logic for falsy values. Fixed cell data sharing issue related to nesting (#129).
- Jeff Sanchez - Added support for multi-column sorting.
- Frederic Heem - Relaxed lodash version range.
- Trevor Rundell - Don't attempt to merge table cell values.
- Dan Callahan - Use specific methods from lodash + upgrade to lodash 4.0.
- devaublanc - Fixed syntax at sorting documentation.
- Christopher Dieringer - Improved sorting documentation.
- szdc - Added support for multiple search filters.
- Mark Stacey - Fixed
postinstall
script for Node 0.10. - Sebastian Kosch - Fixed
resolve
call at Search, prototyped better sort interface, fixed typo at docs, addedsort.byColumnsPrioritizeLastSorted
. #164, 174, #199. - Isaac Hinman - Added
FixedWidthTable
demo. - Julen Ruiz Aizpuru - Fixed a typo at documentation.
- Koen Punt - Fixed a close tag at documentation.
- Jun Matsushita - Passed
extraParameters
to editable components (react-edit). - Melissa Noelle - Pointed out a broken link.
- Mathieu M-Gosselin - Nested array search and custom casting strategies. #212
- Toni - Added example showing multiple async instances. #214
- Vijay Thirugnanam - Fixed
reactabular-search-columns
behavior for filtered data. #216 - Artem Sapegin - Fixed
SearchColumns
typo, fixed peer dependency, fixed reference toreact-edit
at documentation, enabled mobile tweaks forHtmlWebpackPlugin
, and more. #217, #220, #221, #222, #233, #262, #263 - Adrian Kolakowski - Fixed
reactabular-search
behavior with empty properties. Also improvedreactabular-search
performance. #228 - Radoslav Kirilov - Fixed
onRow
atreactabular-easy
. Improved column width behavior. #229, #238 - Or Poran - Allow sticky overflow to be overridden through style. #246
- Pontus Alexander - Fixed false negative rowkey check. #261
Based on react-hot-boilerplate (MIT) by Dan Abramov.