Data Editing View and edit 'Olympiads' data Sadjcore Javascript-based Django data entry
Functionality Overview
This example processes updates via a dedicated api/updateOlympiads
url and view in the sadjdemo code, providing a placeholder location for server code specific to this data type.
This pages only uses the hidden Django form in the frame, along with sadjcore javascript: the visible controls in the main page content do not include Django forms.
For a more Django-form-based approach see Add and Edit in Forms
Olympiads Data Edit, Copy and Delete Rows
Edit directly in-cell, press
Pending changes are coloured yellow. When changes are successfully stored to the database they are coloured green.
ENTER
key to process updates immediately. You can also make multiple changes, then press the 'Save Changes' button which will be visible in the panel header when there are pending changes. Press ESC
to cancel unsaved changes. Pending changes are coloured yellow. When changes are successfully stored to the database they are coloured green.
The data used is from the Kaggle 120 years of Olympic history data set, published under a CC0 public domain license.