[ 31 posts ] Go to page Previous1, 2, 3, 4 Next

Steven Chapman

  • Username: LicoriceTattoo
  • Joined: Wed Apr 06, 2011 5:02 am
  • Posts: 15
  • Offline
  • Profile

Re: Paginator with YUI3 Datatable

Post Posted: Fri Jan 27, 2012 6:30 am
+0-
Luke,

Is 3.5 still targeted for 1st quarter? can you say with certainty that we'll have Datatable pagination in that release?

Thanks!
Steve

Luke Smith

YUI Contributor

  • Username: lsmith
  • Joined: Thu Aug 28, 2008 7:50 am
  • Posts: 514
  • Location: Sunnyvale
  • Twitter: ls_n
  • GitHub: lsmith
  • Gists: lsmith
  • IRC: ls_n
  • YUI Developer
  • Offline
  • Profile

Re: Paginator with YUI3 Datatable

Post Posted: Mon Jan 30, 2012 8:42 pm
+0-
3.5.0 is scheduled for release in mid-march. If pagination falls out of the official 3.5.0 core offering, it will exist in parallel as a gallery module. In fact, it will start as a gallery module before 3.5.0, so you can evaluate it and provide feedback prior to 3.5.0 GA.

There's a policy that we don't introduce new widgets in pr3, and Paginator missed pr2, so I'll try to get an exception, but I'm not counting on it. That won't stop the development of Paginator in the pr3 dev cycle, though.

In short, there will be a Paginator at 3.5.0 GA, but it *might* need a gallery- prefix.

Steven Chapman

  • Username: LicoriceTattoo
  • Joined: Wed Apr 06, 2011 5:02 am
  • Posts: 15
  • Offline
  • Profile

Re: Paginator with YUI3 Datatable

Post Posted: Thu May 24, 2012 5:48 am
+0-
Hi Luke,

I wanted to resurrect this thread to ask if a Paginator widget might be included in 3.6? On this page:

http://www.yuiblog.com/blog/2012/05/11/ ... available/

I don't see mention of it but thought you might be able to provide me with some inside info.

Again, this the main thing holding us up from moving off of YUI 2 at Boeing. We make very heavy use of Datatable and not having a production ready paginator available is a non-starter.

Thanks,
Steve

Luke Smith

YUI Contributor

  • Username: lsmith
  • Joined: Thu Aug 28, 2008 7:50 am
  • Posts: 514
  • Location: Sunnyvale
  • Twitter: ls_n
  • GitHub: lsmith
  • Gists: lsmith
  • IRC: ls_n
  • YUI Developer
  • Offline
  • Profile

Re: Paginator with YUI3 Datatable

Post Posted: Wed May 30, 2012 7:29 pm
+0-
It's proven difficult to get other work off the table to make way for Paginator. If I'm lucky, and productive, it will show up in PR2, which hits code freeze next Friday.

Erik Aho

  • Username: erikaho
  • Joined: Wed Feb 03, 2010 11:23 am
  • Posts: 43
  • Offline
  • Profile

Re: Paginator with YUI3 Datatable

Post Posted: Mon Jul 30, 2012 9:24 am
+0-
Luke,

Any word yet on when Paginator is going in? I looked through the open tickets by component and see #2532105 for doing some skinning for the paginator, but I don't see an actual ticket for putting in Paginator unless I missed something. Is the Paginator dev preview gallery module still the best way to go for now?

Igor Naniyants

  • Username: CTPAX
  • Joined: Mon Mar 12, 2012 8:21 am
  • Posts: 2
  • IRC: CTPAX
  • Offline
  • Profile

Re: Paginator with YUI3 Datatable

Post Posted: Thu Aug 02, 2012 1:51 am
+0-
Hi, Erik.

Unfortunly Paginator widget is transfered to the next milestone and i realy hope that Luke will have time to finish this widget before next PR2.

Luke promissed to update gallery dev preview in the near future.

You can watch for a procces by this custom query :
http://yuilibrary.com/projects/yui3/que ... ort-result

Todd Smith

YUI Contributor

  • Username: stlsmiths
  • Joined: Thu Nov 05, 2009 10:03 am
  • Posts: 675
  • GitHub: stlsmiths
  • Gists: stlsmiths
  • IRC: t_smith
  • Offline
  • Profile

Re: Paginator with YUI3 Datatable

Post Posted: Thu Aug 02, 2012 6:36 am
+0-
We've been needing a DT Paginator for awhile. I've started working on a "concept" for one. http://blunderalong.com/yui/dti/dt_paginator_view.html. It uses a Y.View for a Paginator visual control, and a Y.Plugin that connects to a DT.

An example of a Paginator Bar screenshot is below ...
Image

I'm still tweaking the overall design, visual controls etc, and it only works on "local data" ... i.e. not server-side pagination. Hoping to get a server-side test working within the next week.

Todd

PS - This has been added as a module to YUI Gallery at datatable-paginator

Steven Chapman

  • Username: LicoriceTattoo
  • Joined: Wed Apr 06, 2011 5:02 am
  • Posts: 15
  • Offline
  • Profile

Re: Paginator with YUI3 Datatable

Post Posted: Thu Jan 10, 2013 9:08 am
+0-
Dusting this thread off to check on the progress. I notice there is still no paginator widget in the core offering.

We really need to get off of YUI 2 because of the flash charts, and I'd rather not go to JQuery and have to use a plugin for datatables and charts. But we can't without a paginator. Can someone give an update on the status?

Thanks
Steve

Todd Smith

YUI Contributor

  • Username: stlsmiths
  • Joined: Thu Nov 05, 2009 10:03 am
  • Posts: 675
  • GitHub: stlsmiths
  • Gists: stlsmiths
  • IRC: t_smith
  • Offline
  • Profile

Re: Paginator with YUI3 Datatable

Post Posted: Thu Jan 10, 2013 9:54 am
+0-
Hi Steve,

The current wiki for YUI is maintained at https://github.com/yui/yui3/wiki.

And also the DataTable Roadmap has been updated recently indicating that pagination should be available at 3.9.0, although to be honest I haven't heard anything else then this mention on the roadmap.

In the meantime, I published my version of a paginator that works client or server-side at http://yuilibrary.com/gallery/show/datatable-paginator.

Additionally I believe John Lindal has ported the YUI2 paginator to YUI3 at http://yuilibrary.com/gallery/show/paginator.

Hope this helps,

Todd

Steven Chapman

  • Username: LicoriceTattoo
  • Joined: Wed Apr 06, 2011 5:02 am
  • Posts: 15
  • Offline
  • Profile

Re: Paginator with YUI3 Datatable

Post Posted: Sat Jan 12, 2013 9:35 am
+0-
Todd,

Thanks for the reply. I didn't know about that roadmap link. I'll be optimistic that it'll be included in next release.

Luke,

Do you have any more info on this?

Thanks
Steve
  [ 31 posts ] Go to page Previous1, 2, 3, 4 Next
Display posts from previous:  Sort by  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum