Modify ↓
#4712 closed enhancement (duplicate)
Automatic paging for custom query.
| Reported by: | haebin | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
if i pass …&paging=true&paging_row=30 then it would be very nice to have paged results. Same applies to ticket query.
also, order=owner → order by owner asc rite? what about this, order!=owner → order by owner desc.
Attachments (0)
Change History (2)
follow-up: 2 comment:1 by , 19 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
comment:2 by , 19 years ago
Thank you, and I found pagenate plugin.
http://www.trac-hacks.org/wiki/PaginateTicketsPlugin
Thanks!!!
Replying to cboos:
See #216.
About:
order!=owner → order by owner desc.
There's a
desckey you could use right now, i.e.order=owner&desc=1
Note:
See TracTickets
for help on using tickets.



See #216.
About:
There's a
desckey you could use right now, i.e.order=owner&desc=1