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 List | Assignee: | David Lawrence <dkl> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 3.4 | Keywords: | 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: |
|
||||||
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.