fix: add GridWidget
and form.set_grid()
for convenience
omg how did i not do this sooner
This commit is contained in:
parent
f68fe26ada
commit
40562c126e
8 changed files with 117 additions and 17 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue