Skip to content

Latest commit

 

History

History
46 lines (44 loc) · 4.65 KB

CONTRIBUTORS.md

File metadata and controls

46 lines (44 loc) · 4.65 KB
  • Brian Chang - Fixed README formatting examples. Improved column.cell architecture. Helped to improve and design cell 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, added sort.byColumnsPrioritizeLastSorted. #164, 174, #199, #280.
  • 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 to react-edit at documentation, enabled mobile tweaks for HtmlWebpackPlugin, and more. #217, #220, #221, #222, #233, #262, #263, #324
  • Adrian Kolakowski - Fixed reactabular-search behavior with empty properties. Also improved reactabular-search performance. #228
  • Radoslav Kirilov - Fixed onRow at reactabular-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
  • Dean Taub - Calculate virtualized rows when height changes. #270
  • Chen Bin - Support props.style.maxHeight at virtualization. ##277
  • Daniel Johnson - Don't create a new component type on render to avoid issues with controlled components. #287
  • José Diaz Seng - Add styled-components example. Fix to work with React 15.5. Updated Jest. #293, #297, #298
  • Junho Park - Fix Nested Columns more then two children. Enhancement resizing columns for nested column. #301, #307
  • R Sloan - Fixed virtualization propType warning
  • Pearce Keesling - Added option to use container for scrolling in virtualization
  • Alfonso Concha - Added Hovered Class when hovering rows
  • Daniil Manevich - Fixed scrollTo at reactabular-virtualized

Acknowledgments

Based on react-hot-boilerplate (MIT) by Dan Abramov.