WebGrid is a Python library to generate an interactive DHTML datagrid table with sorting, filtering and paging. It's designed to work on top of SQLAlchemy ORM entities. It also allows exporting into Excel files.
Homepage
Download
Recent Releases
0.1.1504 Jul 2015 07:05
minor feature:
Add time column and filter.
0.1.1412 May 2015 09:45
minor feature:
fix problem where empty strings passed to set as a non-required value 2 causes validation error.
0.1.1313 Feb 2015 18:45
minor feature:
Attempt to use column label for subtotaling if no SA expression is provided.
Allow callers to specify default arguments to filters.
0.1.1215 Dec 2014 07:25
minor feature:
allow filters to set additional html attributes on their table rows
0.1.718 Sep 2014 23:47
major bugfix:
API break: replaced MultiSelect widget with multipleSelect plugin.
Included missing images referenced by webgrid CSS.
|