StippleUI.jl icon indicating copy to clipboard operation
StippleUI.jl copied to clipboard

Popup editing for QTable

Open ValentinKaisermayer opened this issue 3 years ago • 1 comments

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

ValentinKaisermayer avatar Apr 14 '23 11:04 ValentinKaisermayer

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.

hhaensel avatar Apr 03 '24 15:04 hhaensel