af-virtual-scroll
React components for rendering large scrollable data.
Install
npm install --save af-virtual-scroll
Features
- All heights are calculated automatically, so there is no need to provide them.
- Uses position: sticky for tables
- mobx - ready
- available component height and width are calculated and observed automatically
scrollToRow(rowIndex)method is availableuseApican give any table subcomponent access to global API- renders
table,tr,td,th, so default table styling, border collapsing, etc. can be easily applied.