Actions
action #2208
closedpagination in job listing
Description
the job listing should offer pagination, there should be buttons in the ui to change how many items are displayed per page
Actions
Added by lnussel over 10 years ago. Updated almost 10 years ago.
Description
the job listing should offer pagination, there should be buttons in the ui to change how many items are displayed per page
The job list filtering and ordering in implemented using this, that also supports pagination: http://www.javascripttoolbox.com/lib/table/
raising priority as with remote workers we get way more jobs now
I agree, but note that with my changes the /tests route is a lot faster. But let's see if I can hack that
If the processing speed is not a problem and it's just a matter of usability, the javascript we are using for filtering also supports paging. As a first kick-hack approach it should suffix. http://www.javascripttoolbox.com/lib/table/
the main bottle neck from what I can say is actually the JS that runs :)
I want to rework the whole thing, so I keep this open - the page is paginated now though