StippleUI.jl
StippleUI.jl copied to clipboard
Popup editing for QTable
See https://quasar.dev/vue-components/table#popup-editing
Sry, if this already possible.
An old discussion: https://discourse.julialang.org/t/editable-table-using-stipple-ui/71854
That is possible using templates. But since today we have an option edit = true, which allows you to edit the table.
If you just want to edit certain columns you can write edit = ["column1", "column2"].
Styling is also possible, see the docstrings of table and cell_template.