Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Transaction table filters configurable by URL #814

Closed
MichalTuleja opened this issue Sep 10, 2018 · 0 comments
Closed

Transaction table filters configurable by URL #814

MichalTuleja opened this issue Sep 10, 2018 · 0 comments

Comments

@MichalTuleja
Copy link
Contributor

The filters that apply to the transaction table should be configurable by the URL params.

Acceptable parameters:

  • limit, accepted values: (25, 50, 100)
  • offset, accepted values: (x % 25 === 0)
  • sortBy, all valid sorting params from Core 1.0 API

Example of URL: https://explorer.lisk.io/txs?limit=25&offset=50&sortBy=date:asc

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant