Kyslik / laravel-filterable

Laravel 5/6/7 package to handle filtering by query-string
MIT License
116 stars 34 forks source link

Pagination #7

Closed lachlanhickey closed 6 years ago

lachlanhickey commented 6 years ago

Pagination overwrites the existing filter.

Eg. Filter is: ?filter-EventId=2 with 6 pages.

When I select page 2 (with the filter), the pagination removes the filter and presents ?page=2

What am i missing?

lachlanhickey commented 6 years ago

No issue - stand down