Skip to content
Brian Vaughn edited this page Feb 3, 2016 · 23 revisions

Version 5 Roadmap

Backwards-incompatible changes

  • Refactored FlexTable and VirtualScroll to be HOCs that wrap internal Grids. This removes a lot of code duplication between Grid and VirtualScroll but comes with the cost of making :width a required attribute for both FlexTable and VirtualScroll. (See PR #79)

Under consideration

  • HOC to wrap a Grid and convert column width, flex-grow, and flex-shrink properties into concrete numbers.
  • This would further simplify the FlexTable component.
  • Supported fixed headers in Grid component.
  • This would require an offset to the absolute positioning and available-height calculations for cells.
  • If done correctly it could fix the table-header-scrollbar-misalignment issue (see issue #80)

Clone this wiki locally