infinity icon indicating copy to clipboard operation
infinity copied to clipboard

UITableViews for the web (DEPRECATED)

Results 32 infinity issues
Sort by recently updated
recently updated
newest added

Has a replacement for infinity js been created?

Hi, We are very impressed with the infinity.js library. We have encountered a problem when scrolling through a list of 100 items (similare to facebook's posts). For some reason after...

I`ve been trying to integrate infinity inside a defined scrolled area. My UI is a bunch of **inline-block** thumbnails (not floated). Grid Layout. Infinity works perfect inside my page when...

I just tried the demo page on Chrome for Android and Mobile Safari and the performance was pretty poor. It takes awhile to render when scrolling down, displaying a blank...

Hi, It could be completely out of the scope of this project but I ran into an issue when using infinityjs with listItems that are floated left (like [material design...

Would like to use infinity via browserify and node app, would it be possible to add support for CommonJS exports and publish to NPM?

Hello, Is there any way we can easily enable infinity in of a html? I tried and fails, Example: ``` First Name Last Name Username $(function(){ var $el = $('#tableContainer');...

When I call find() using a JQuery selector, it only searches on parts that I have scrolled down to. If I haven't scrolled down at all, all the search hits...

Hi I would like to implement a possibility to sort my Items. Lets say I have data with timestamps: ``` javascript [{ html: 'Item title', data: timestamp }] ``` I...

Hi, I have a question about possibility of append new content to top of my listView. Are it possible ? Thanks.