Releases: cldellow/datasette-ui-extras
Releases · cldellow/datasette-ui-extras
0.28
Add omnisearch box on table pages
0.27
Add dependency on datasette-mutable-downloads
0.26.1
- Edit UI: initialize DropdownControl initial value to first choice when inserting a row, if the underlying field is not nullable
0.26
- Edit UI: Can add new rows
- Edit UI: Stats are automatically updated when rows are deleted/updated/inserted
0.25
Use sqlite-sqlean for real. Deploy failures due to crashes in native code were an unrelated, duckdb bug.
0.23
Use sqlite-sqlean's PyPI version for crypto package
0.22
Use sqlite_sqlean for crypto package; add Edit row
button for users with update-row permission
0.21
Better editing support, with custom controls for dates, date times, foreign keys, JSON string arrays, closed lists declared via CHECK constraints.
0.20
Add initial support for editing rows.
You can edit a table or a view (if it has INSTEAD OF triggers).
The only control for editing is a StringControl -- it's not very user-friendly!
You can author your own controls and plug them in via a hook.