forked from bvaughn/react-virtualized
-
Notifications
You must be signed in to change notification settings - Fork 0
Version 5 Roadmap
Brian Vaughn edited this page Feb 3, 2016
·
23 revisions
Version 5 Roadmap
- 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)
- HOC to wrap a Grid and convert column width, flex-grow, and flex-shrink properties into concrete numbers.
- This would further simplify the
FlexTablecomponent. - Supported fixed headers in
Gridcomponent. - 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)