diprokon / ng-table-virtual-scroll

Virtual Scroll for Angular Material Table
https://diprokon.github.io/ng-table-virtual-scroll
MIT License
134 stars 42 forks source link

Need VirtualScrollStrategy's for non-fixed rows #38

Open rsivan opened 4 years ago

rsivan commented 4 years ago

My use case involves variable height rows. I noticed the code is based on a FixedSizeTableVirtualScrollStrategy. I'd like to see additional scrolling strategies implemented (or at least provide a way for developers to override the default?)

Thanks

leahtz commented 3 years ago

you can use ngStyle to set the container height and varible to get the row height