97e5a96cd6
fix: track column-only labels separately for grid
...
otherwise `set_label(.., column_only=True)` would not "remember" that
the caller requested column only, e.g. when extra filters are added
after the fact
2026-02-20 14:43:22 -06:00
90784cecb2
fix: only show "create row" button if batch view supports it
2026-01-02 19:39:12 -06:00
10610d5809
fix: add basic create_row() support, esp. for batch views
2025-12-04 22:57:12 -06:00
f33448f64a
feat: basic support for displaying version history
...
this is not terribly feature-rich yet, just the basics
2025-10-29 18:32:35 -05:00
4d0693862d
fix: format all code with black
...
and from now on should not deviate from that...
2025-08-31 12:26:43 -05:00
7895ce4676
tests: move WebTestCase to wuttaweb.testing module
2025-01-06 16:47:48 -06:00
5cec585fdf
fix: improve rendering for batch row status
2025-01-02 23:14:10 -06:00
dd1fd8c0ce
feat: add basic support for batch execution
...
no execution options yet, and no progress indicator
also basic delete support, invoking handler
2024-12-14 23:57:10 -06:00
e3beb9953d
feat: add basic support for rows grid for master, batch views
2024-12-14 10:48:11 -06:00
5006c97b4b
feat: add basic master view class for batches
...
no support for displaying rows yet, just the main batch CRUD
2024-12-13 22:20:04 -06:00