widgetti / widgetti/ipyvuetify
Rows multi-selection in v.DataTable
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 355
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I'm using extensively v.DataTable widgets to build an application.
There's a very useful feature that has been developed for Vuetify in v2.5 that I would need.
As of now I found no way of multi selecting rows in a table other than selecting checking each row by hand.
It is very common to use either Ctrl + click or Shift + click to select multiple rows or range of rows and that's my point.
https://github.com/vuetifyjs/vuetify/commit/bb252c126fdd7640f50b49d1f7dfa9543d0a43b7
This PR in the Vuetify repo shows such a feature implemented.
My question is: When will ipyvuetify be updated to reflect more recent features of Vuetify ?
Subsidiary: Is there a workaround to achieve what I want in the meantime?
Thanks
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing ipyvuetify's v.DataTable wrapper with the linked Vuetify commit for the multi-selection feature. Verify how row selection is currently exposed, then implement and document Ctrl-click and Shift-click selection and confirm the behavior in a working Jupyter widget.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter, python
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100