rpaschoal / ng-chat

💬 A simple facebook/linkedin lookalike chat module for Angular applications.
MIT License
155 stars 92 forks source link

how can i paginate the messages #190

Closed amey2792 closed 3 years ago

amey2792 commented 3 years ago

how can i paginate the messages on a chat window

when scroll to top can i load new messages ??

rpaschoal commented 3 years ago

Hi @amey2792 ,

Check out this example: https://github.com/rpaschoal/ng-chat/blob/master/demo/offline_bot/src/app/demo-adapter-paged-history.ts

Hope it helps!

UdaramPrajapat commented 1 year ago

@amey2792 could you please help me in implementation of getMessageHistoryByPage(destinataryId: any, size: number, page: number) This function is not being called automatically when i scroll top to see old chat history... how did you manged to get history by page