feat: add initial/basic pagination for grids
so far this is only for client-side pagination; which means *all* grid data is dumped to JSON for Vue access. backend pagination coming soon
This commit is contained in:
parent
7feaa844af
commit
dd3d640b1c
5 changed files with 207 additions and 30 deletions
|
@ -31,6 +31,7 @@ classifiers = [
|
|||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"ColanderAlchemy",
|
||||
"paginate",
|
||||
"pyramid>=2",
|
||||
"pyramid_beaker",
|
||||
"pyramid_deform",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue