cometchat / cometchat-uikit-react

Ready-to-use Chat UI Components for React (JavaScript/Web)
Other
89 stars 58 forks source link

ConversationsWithMessages #146

Closed abanobmikaeel closed 1 month ago

abanobmikaeel commented 1 month ago

Not a bug but a question.

How does one add pagination to a component like ConversationsWithMessages. I'm trying to allow the conversations list to be paginated on scroll (so if a user has more than 50-100 conversations, scrolling down can still show those convos.

Thanks in advance!

cometchat-helpcenter-bot commented 1 month ago

Gaurav Dhirendra Singh (CometChat Team) replied:

Can you please try wrapping the inside a

that has some predefined height and width.

<div style={{ height: '800px', width: '800px' }}> <CometChatConversationsWithMessages/></div>

Gaurav Singh CometChat