[wp-hackers] GSoC Proposal: Sort By Column

Ronald Heft ron at cavemonkey50.com
Wed Mar 31 22:28:00 UTC 2010


I would think not, since you have pagination to worry about. The sorting
would have to be done through AJAX or page reloads.

--
Ronald Heft

Student - Information Sciences and Technology, Pennsylvania State University
Blogger - ronaldheft.com


On Wed, Mar 31, 2010 at 6:25 PM, Potkanski, Jason <jpotkanski at tribune.com>wrote:

> Could wordpress use the jquery tablesorter plugin?
>
> Jason Potkanski
> Tribune Technology
> Sent via mobile
>
> -----Original Message-----
> From: scribu <scribu at gmail.com>
> Sent: Wednesday, March 31, 2010 5:15 PM
> To: wp-hackers <wp-hackers at lists.automattic.com>
> Subject: [wp-hackers] GSoC Proposal: Sort By Column
>
>
> From the Ideas Page:
>
> A frequently requested feature is the ability to sort by columns on
> > list-type screens. We don't want to make every column sortable -- columns
> > with multiple values are better dealt with using the existing filters --
> but
> > some things would be great to have. For example, on edit.php, sorting by
> > column might include the publish date, last modified time (would be a new
> > column), title, number of comments, etc. How the list sorting would be
> > affected by paging would need to be considered. This could be combined
> with
> > the ajax paging idea for a great summer project.
> >
>
>
> Here's how hierarchical post types (pages) are listed in the admin (or at
> least how I understand it):
>
> If you're on page 1 and there's a post that has children that continue on
> page two, when you go to page 2, the parent  is displayed again, above the
> remaining children. This is helpful in a sense, but it's also kind of
> confusing.
>
> It would get even more confusing when a user attempts to sort those posts
> by
> title, for example.
>
> So, I think the best approach would be to ignore the hierarchy completely,
> when sorting. Displaying a flat list of sorted items would also make paging
> trivial. (We can still display the parent's title for each child item, as a
> hint)
>
> Thoughts?
>
>
> --
> http://scribu.net
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>


More information about the wp-hackers mailing list