carderne/signal-export

Toggle pagination

Opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
I have a 4Gig export with pagination now, and I'd like to have the option of it being unpaginated, too, without keeping two separate exports.
Is it a challenge to convert existing exports back and forth?
What is the advantage of pagination?

Describe the solution you'd like
Maybe a button "show all" in between next and previous in the html view, is that feasible?
Then I know I could easily have a full view for searching through.

If you run sigexport --paginate=0 ... it won't paginate and you'll get a massive single page that will probably choke your browser.

One day maybe I'll write a JavaScript version that reads the JSON and allows functionality like you suggest, but it's not my priority. Someone else is welcome to do so.