I've been writing my own pagination logic that would be similar to the Ember.SortableMixin but with support for paging. Does anything like this exist yet in the pre 1.0 build?
If this doesn't exist is a pull request welcome around this specific behavior? It's my guess that 90% of apps out there need simple pagination/sorting and having a mixin built in would cut out almost 60+ lines of code.
Thank you in advance
Update
I replied to another "ember/ pagination" question and my full blown (working example) can be found at the below
Ember pagination full example
Here's a simple one that I've used: https://gist.github.com/1559628
It's by one of the top ember contributors.
i've just come across emberjs-pageable.
it looks quite nice at first glance, but i'm not sure if it's still maintained.
I've been using this one https://github.com/mathieul/page_wrapper
Tailored for use with Rails but could easily be adopted.
Really happy with it so far.
Related
Does anyone know any table component that works with EmberJS 2.6?
My requirements are next:
Fixed header
Resizable columns
Sortable by column(s)
I know about these one but it does not work with current EmberJS version and it looks like it wont in near future...I tried two forks that looks decent but no luck, so im looking for replacement. Also I don't mind using some heavy library's I don't need since its for node webkit app.
Ember Light Table should work for you.
It has all your requirements, and is fairly easy to customize.
Hope it helps
Ember-table has branch https://github.com/addepar/ember-table/tree/cyril/ember-2.0 for ember 2.0
But my experience says that better check https://www.emberaddons.com/?query=table cause Addepar not pay enough attention to ember-table. We try ember-tabello - still work fine
When I try to print my Ember.js page application, templates aren't displayed on the sheet (it only displays a big empty white section). Any explanations or solutions?
Thank you
You will need to use traditional media queries to implement the ability to print from your Ember app. As far as I am aware there, no one has created an ember addon to support print functionality at this time. (See here where it doesn't look like anyone has a good suggestion for a similar question.) I can imagine it would be difficult to support generic functionality for printing that looks decent across apps, which may explain why no one has attempted to create an add on at this time.
Hi everyone
I am currently using django notification and I realize there are 5 views available.
I was wondering whether there are any examples on the templates for these views.
Is this app dead? Why are there so few docs?
This is somewhat late, but perhaps useful for other people. There are examples for the various views in pinax, so for instance for notice_settings.html:
https://github.com/pinax/pinax/blob/master/pinax/themes/default/templates/notification/notice_settings.html
UPDATE: Since Pinax removed their themes, the last checkin with templates can still be found at:
https://github.com/pinax/pinax/tree/7f5c31fbcf455767dc7bc79a53be39038e00786f/pinax/themes/default/templates/notification
The app doesn't seem to be dead, the last modification was in September. It is not highly maintained either, though.
I don't know if you've seen usage.txt, but it seems that this one explains how the app works. I've seen worse documented apps.
Looking for an alternate to django-imagekit.
django-imagekit with django-cumulus causes loads of timeout issues and makes apps very inconsistent.
Are there any alternatives that you can suggest that you have used in your previous projects?
Easy-thumbnails seem to be the de-facto standard these days
http://github.com/SmileyChris/easy-thumbnails
Well, sorl was pretty good, but looks dead now. Maybe there's some actively developed fork somewhere.
Also, checkout Django Packages, i'm sure you'll find useful code.
Any good cfml Shopping Cart app? Tried using one? What's your experience with it?
There are few carts listed in Arehart's list. Haven't tried any, so can't give advices.
I've used SiteSirector by QuillDesign before, and tried a few others. SiteDirector was the best I've seen. It's pretty easily extended and has a lot of features out of the box. I would recommend you take a look at it.
I have been using Cartweaver so far. It has been pretty good. If you are integrating it with an existing site you will have to merge the application cfm/cfc's which can get a bit hairy.
Cartweaver is well written otherwise though. I hope in future versions they will make the entire cart into cfc's, but it is a great value for the dollar.
My needs have allways required completly custom applications; however, this package has allways interested me: http://www.cfwebstore.com/
Great Price
Open Source Code
Good luck.