ESI-FAR / INA-tool

A tool for visualising and analysing Institutional Statements
MIT License
2 stars 0 forks source link

Editable table cells #72

Open ermannolocascio opened 1 month ago

ermannolocascio commented 1 month ago

Use ajax or default api to acheive an inline editing: https://datatables.net/

If this is not possible, just create an onclick function that open the specific cell and, within a modal, allows the update of the value. Of course the session variable must be update as well.

Related:

sjvrijn commented 3 weeks ago

We should see if this CellEdit plugin can provide us what we need. It's free (as opposed to the 'official' Editor extension), but it hasn't been updated in a few years.

Might at least be good enough for now