egjs-infinitegrid icon indicating copy to clipboard operation
egjs-infinitegrid copied to clipboard

Reversed scrolling bottom to top

Open TomasRas opened this issue 3 years ago • 5 comments

Is there are feature to start scrolling from bottom to top ?

TomasRas avatar Jul 21 '22 08:07 TomasRas

@TomasRas

What framework are you using?

daybrush avatar Jul 21 '22 08:07 daybrush

React

TomasRas avatar Jul 21 '22 08:07 TomasRas

@TomasRas

There is a method using defaultDrection="start", requestPrepend , but there is a current bug, so I'll tell you after fixing the bug.

daybrush avatar Jul 21 '22 08:07 daybrush

@TomasRas

Use defaultDrection="start", requestPrepend prop See this example:

https://codesandbox.io/s/charming-nash-co59vj?file=/src/App.tsx:0-1318

daybrush avatar Jul 26 '22 10:07 daybrush

Thanx bro, i'll try it now.

On Tue, Jul 26, 2022, 1:46 PM Daybrush (Younkue Choi) < @.***> wrote:

@TomasRas https://github.com/TomasRas

Use defaultDrection="start", requestPrepend prop See this example:

https://codesandbox.io/s/charming-nash-co59vj?file=/src/App.tsx:0-1318

— Reply to this email directly, view it on GitHub https://github.com/naver/egjs-infinitegrid/issues/501#issuecomment-1195320246, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACA57YL3PFJ4OOKKJJONAA3VV66W7ANCNFSM54GWCVXA . You are receiving this because you were mentioned.Message ID: @.***>

TomasRas avatar Jul 31 '22 18:07 TomasRas