airbnb / infinity

UITableViews for the web (DEPRECATED)
http://airbnb.io/infinity/
Other
2.8k stars 281 forks source link

How to sort? #55

Open webdeb opened 8 years ago

webdeb commented 8 years ago

Hi I would like to implement a possibility to sort my Items.

Lets say I have data with timestamps:

[{
  html: '<h3>Item title</h3>',
  data: timestamp
}]

I am requesting the data periodically.. And the server response contains older & newer items..

I would like to sort them and put them to the right place, instead of just appending them to the list. What would be your suggestion to implement that? Thanks a lot