@aidan-pelle/virtual-scroll
v18.1.2
Published
[ ](https://www.npmjs.com/package/@aidan-pelle/virtual-scroll)
Maintainers
Readme
Virtual Scroll
Customized virtual scrolling for any data size, with extended functionality over cdk-virtual-scroll.
Overview
This project focuses on providing a template to rapidly scaffold well-organized infinitely scrolling lists, and adding new functionality for the end user. A variety of features are supported, including multiple data retrieval strategies, column re-ordering, resizing, and turning enabling/disabling column. It provides some standardized behavior for setting column widths and responsive behavior.
Usage
Please visit the documentation for examples and usage.
Installation
npm install @aidan-pelle/virtual-scrollDefault import
import VirtualScrollModule from '@aidan-pelle/virtual-scroll'Running the project
After cloning the repo, start by installing the relevant package:
npm iThen, run the project!
npm startRunning tests
This project uses Jest as its testing framework. To run tests:
npm run testTo read a coverage report of current tests:
npm run test:coverageContributing
If you'd like to contribute, please fork the repository, make your changes, and submit a pull request. Please ensure that all tests pass, and add test coverage for any proposed changes.
