Is there a performant way to use this kind of JS files without loading the full database table into the frontend? I couldn't find anything in the documentation.
List.js
11–20 of 90 posts
Re: List.js
#12Re: List.js
#13We would use such a JS file for large lists. Is there a performant way to use this kind of JS files without loading the full database table into the frontend? I couldn't find anything in the documentation.
If performance is important and you have a lot of data, this is an enormously tricky thing to get right, and perhaps impossible in a general case.
Note that fast scrolling of lots of data is a little-noticed but extremely optimized operation in the OS X and iPhone UI, and has undoubtedly received multiple man-years of attention.
Re: List.js
#14Also... 6.899kb is confusing. In many countries/locales(?) that would mean almost 7MB. Maybe 6.9kb should be used instead, or 6899bytes or something like that.
Re: List.js
#15I tried [monkey game] and would have expected Monkey Island to show up.
Also, clicking 'edit' I would expect the table row being edited to be edited inline (it's confusing that the focus jumps down to the input boxes)
Potentially really useful but needs a bit of polishing I think - great work though.
Re: List.js
#16Re: List.js
#17kinda neat...but...you need to read: http://contrastrebellion.com/ and redesign your site...easily the biggest violation of my eyes ever.
Re: List.js
#18Re: List.js
#19What search algorithm are you using for the list searching? I tried [monkey game] and would have expected Monkey Island to show up. Also, clicking 'edit' I would expect the table row being edited to be edited inline (it's confusing that the focus jumps down to the input boxes) Potentially really useful but needs a bit of polishing I think - great work though.
I may update the examples but, I want to keep them as simple as possible, just enough to show some of the possibilities with List.js
Re: List.js
#20Is there a similar library that can be used with tables? I like the function and this looks easy to use but my site uses tables over lists.