-
Notifications
You must be signed in to change notification settings - Fork 31
Fix pagination on outside spending tab #635
Comments
This seems to be intentional (we're specifying |
I don't remember making a conscious decision to do that, but if I did it On Fri, Sep 11, 2015 at 9:13 AM, Joshua Carp [email protected]
Noah Manger |
Ambien paging™ |
More seriously, we need to use simple paging (back and forward, but no page numbers) for the very large tables (itemized receipts and disbursements), since the database doesn't support arbitrary page selection in those cases. I'm wondering whether we copied that setting from the itemized tables to other tables that do support paging by number. Maybe we should allow paging by number for all tables that support it on the backend. What do you think @jenniferthibault? |
To recap our convo and make sure I understand it right, we're going to:
Is that right @jmcarp ? or do i have that reversed? |
* Browse views (candidates, committees, filings) use paging by number * Large browse views (receipts, disbursements) use simple paging * All other tables use simple paging [Resolves fecgov#635]
That's my understanding @jenniferthibault. Just filed these changes in #660. |
The left/right buttons are loading and working, but the page numbers (1, 2, 3, 4) are not. See bottom right of screenshot below
https://fec-dev-web.18f.gov/elections/president/2016/?tab=spending
The text was updated successfully, but these errors were encountered: