Bug 532567

Summary: Use YUI datatable to allow client side pagination in query results (buglist.cgi)
Product: [Community] Bugzilla Reporter: David Lawrence <dkl>
Component: Query/Bug ListAssignee: David Lawrence <dkl>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 3.4Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-01-06 20:30:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 514793    
Attachments:
Description Flags
Patch to add YUI Datatable to buglist.cgi results (v1) dkl: review? (nelhawar)

Description David Lawrence 2009-11-02 20:04:44 UTC
Created attachment 367193 [details]
Patch to add YUI Datatable to buglist.cgi results (v1)

Description of problem:
Using YUI datatable, it is relatively simple to add client side column sorting and pagination to lists of bugs returned by buglist.cgi. Also you can provide a drop down that allows the user to select to show 25,50,100 or all rows. Requires very little change to existing table.html.tmpl template code.