help wanted
Repository metrics
- Stars
- (1,537 stars)
- PR merge metrics
- (PR metrics pending)
Description
Here is the wishlist I'd like to have for the next major version:
- Don't use
Gridfor table header - Replace
react-virtualizedwithreact-window#12 - remove deprecated lifecycles #10
- Dynamic row heights #170
- Make virtualization configurable
- A11y
- UT
- plugin support
- rewrite with TypeScript
- support custom children key
Breaking changes:
- use
rollupto bundle package - omit placeholders in
rowRenderer - rename
tagNametoasorelementType - rename
scrollToPositiontoscrollTo - rename
headerRenderertoheaderRowRenderer - rename
headerRendererforColumntoheaderCellRenderer - move
AutoResizerto a separate package
Nice to have:
- better size calculation to support cell with borders #149