3
0
Fork 0

fix: add GridWidget and form.set_grid() for convenience

omg how did i not do this sooner
This commit is contained in:
Lance Edgar 2024-12-09 20:56:09 -06:00
parent f68fe26ada
commit 40562c126e
8 changed files with 117 additions and 17 deletions

View file

@ -6,5 +6,10 @@ Glossary
.. glossary::
:sorted:
view
TODO
grid
This refers to a "table of data, with features" essentially.
Sometimes it may be displayed as a simple table with no features,
or sometimes it has sortable columns, search filters and other
tools.
See also the :class:`~wuttaweb.grids.base.Grid` base class.