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

Pagination support for flask

Results 11 flask-paginate issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/33415742/124048074-7cbe0980-da50-11eb-9c01-8226ade13c56.png) prev or next btn display is none.... befor : `» Next ` what i want `»Next` Emitted when some classes are deleted or added. What's the problem?

Hi, is the example supposed to be self-contained (except of course for installing the necessary modules)? I have tried to follow the instructions, but it does not run for me...

Hi, If I set the `pp=0` when creating a new `Pagination` instance, I've this error: ``` p = Pagination( File "/home/xxx/prj/xxx/xxx/venv/lib/python3.8/site-packages/flask_paginate/__init__.py", line 403, in __init__ self.init_values() File "/home/xxx/prj/xxx/xxx/venv/lib/python3.8/site-packages/flask_paginate/__init__.py", line 423,...

Hi, I'm experimenting an issue when chaning the default page_parameter to have two pagination objects, since the page number is not chaging when selecting any of the pages of any...

Hi, using search_msg and record_msg in Pagination.__init__() does not make the pagination update. also, what is the current state of this project ? Regards,

Hello! How would one go about adding a custom theme for the pagination (padding, transition etc) without having to modify the library? The currently available options aren't supporting a custom...

Hello. I don't understand, how add custom href for links for forms with post method. How use 'href'? I need to pass data from a POST request to other pages....

I use **flask_paginate 2022.01.08** with **python 3.11** I think we could use (either by default or as an option) the `rel` attributes with `prev` and `next` to improve semantics and...

No matter what combination of the following I try, the pagination links are still horizontal: ``` css_framework='boostrap3' / 'boostrap3_3' / 'boostrap4' bs_version = 3 / 4 ``` `pagination = Pagination(css_framework='bootstrap3',...

PAGINATION_RECORD_NAME = "records -> PAGINATION_RECORD_NAME = "records"