nestjs-paginate icon indicating copy to clipboard operation
nestjs-paginate copied to clipboard

Customized Links

Open MaximilianOtto opened this issue 2 years ago • 1 comments

Normally I don't want the full link like ""http://localhost...?page=4&limit=10&sortBy=id:DESC" Is there a way to customize the result? We will not use the full route in the frontend.

MaximilianOtto avatar May 12 '22 09:05 MaximilianOtto

not currently but should be trivial add. some config option like relativePath: true. happy to accept PR :)

ppetzold avatar May 12 '22 11:05 ppetzold