3
0
Fork 0

feat; add single-column sorting (frontend or backend) for grids

This commit is contained in:
Lance Edgar 2024-08-18 14:05:10 -05:00
parent f21efbab9f
commit 58f7a862a2
10 changed files with 1215 additions and 100 deletions

View file

@ -32,6 +32,7 @@ requires-python = ">= 3.8"
dependencies = [
"ColanderAlchemy",
"paginate",
"paginate_sqlalchemy",
"pyramid>=2",
"pyramid_beaker",
"pyramid_deform",