Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Popup editing for QTable #94

Open
ValentinKaisermayer opened this issue Apr 14, 2023 · 1 comment
Open

Popup editing for QTable #94

ValentinKaisermayer opened this issue Apr 14, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ValentinKaisermayer
Copy link

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

@essenciary essenciary self-assigned this Sep 14, 2023
@essenciary essenciary added the enhancement New feature or request label Sep 14, 2023
@hhaensel
Copy link
Member

hhaensel commented Apr 3, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants