mainflux/ui

Implement messages-table pagination

Closed this issue · 1 comments

Currently we fetch messages with offset 0 and limit of 20. Make this filters configurable from the component.

Pagination without limit done here: #166