GenieFramework / StippleUI.jl

StippleUI is a library of reactive UI elements for Stipple.jl.
MIT License
82 stars 15 forks source link

Popup editing for QTable #94

Open ValentinKaisermayer opened 1 year ago

ValentinKaisermayer commented 1 year ago

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

hhaensel commented 3 months ago

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.