Viima / jquery-comments

The Javascript library of choice for implementing commenting in your web app
http://viima.github.io/jquery-comments/
MIT License
293 stars 118 forks source link

How to turn pages when there are a lot of comments and sub-comments? #153

Open guwan opened 5 years ago

guwan commented 5 years ago

How to turn pages when there are a lot of comments and sub-comments?turn pages to grouping comments (Newest, Oldest, Popular, ...)?

Rohitgowda commented 5 years ago

Can you be more specific please. what do you mean by pages?

guwan commented 5 years ago

I mean , Asynchronously retrieve data for each page from the server , Thank you。

Rohitgowda commented 5 years ago

"data-container" class is used down below, you can try using pagination on this class.

yunierescobar commented 3 years ago

Please is there an example how to implement this?