anmcgrath / BlazorDatasheet

Simple excel-like datasheet Blazor component
MIT License
131 stars 31 forks source link

Question: How to implement pagation? #46

Closed jasonswearingen closed 1 year ago

jasonswearingen commented 1 year ago

Any tips on how you feel pagation should work?

anmcgrath commented 1 year ago

I think it should be implemented in the Datasheet component. I'm planning on changing the way that the sheet is rendered this weekend, so that scrolling through the sheet acts the same as excel & google sheets - a row is always at the top of the view. This will hopefully mean I can implement virtual horizontal scrolling as well.

If this all works I think pagination will be easier - I'll check back in after.

jasonswearingen commented 1 year ago

pagination isn't actually a feature I think I'll need, so I'll go ahead and close this.