-
Notifications
You must be signed in to change notification settings - Fork 51
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
Enhance table #982
Enhance table #982
Conversation
TODO: Use instead a checkbox to "select all" Put checkbox at top of columns in multiselect component If all columns are selected, this checkbox should be selected If any column is deselected, this checkbox should be deselected |
…elect all columns.
Hi @bouthilx ! PR update, I added a checkbox to select all columns, instead of a button. Here is a screencast to show how it works. Capture.d.ecran.video.de.2022-08-05.13.27.45.webm |
Finally added drag-and-drop to change column order! |
@bouthilx Updated!
|
PS: We may need a demo to correctly review all changes ^^ ! |
Description
Hi @bouthilx , this is a PR with some enhancements for trials table
Changes
Checklist
Tests
$ tox -e py38
; replace38
by your Python version if necessary)Documentation
Quality
$ tox -e lint
)