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

[Bug Report] Datatable expand and then collapse causes table row rendering issue on XS only #11337

Closed
bRUCE-2 opened this issue May 7, 2020 · 5 comments
Assignees
Labels
C: VDataTable VDatatable platform specific The issue only occurs on a specific platform T: bug Functionality that does not work as intended/expected
Milestone

Comments

@bRUCE-2
Copy link

bRUCE-2 commented May 7, 2020

Environment

Vuetify Version: 2.2.26
Vue Version: 2.6.11
Browsers: Safari
OS: iOS, Mac OSX

Steps to reproduce

  1. Create datatable as in codepen above
  2. View datatable in XS viewport
  3. expand row
  4. collapse row

Expected Behavior

Datatable should show rows in XS form

Actual Behavior

Datatable rendering breaks. It seems as if subsequent rows are then added/grouped in the first row. The datatable renders correct before expanding and collapsing

Reproduction Link

https://codepen.io/batwork/pen/wvKpQRv?editable=true&editors=101%3Dhttps%3A%2F%2Fvuetifyjs.com%2Fen%2Fcomponents%2Fdata-tables%2F

Other comments

You can reach me on discord at bRUCE2#6180 for any questions

@ghost ghost added the S: triage label May 7, 2020
@jacekkarczmarczyk jacekkarczmarczyk added C: VDataTable VDatatable platform specific The issue only occurs on a specific platform labels May 8, 2020
@picasocro1

This comment has been minimized.

@robertodprieto

This comment has been minimized.

@HDenizD

This comment has been minimized.

@abtechbit

This comment has been minimized.

@azollai
Copy link

azollai commented Feb 18, 2021

The issue is still there.
Workaround for now:

  @media #{map-get($display-breakpoints, 'xs-only')} {
    tbody {
      display: flex;
      flex-direction: column;
    }
  }

@KaelWD KaelWD added T: bug Functionality that does not work as intended/expected and removed S: triage labels Jun 23, 2021
@KaelWD KaelWD self-assigned this Jun 23, 2021
@KaelWD KaelWD added this to the v2.5.x milestone Jun 23, 2021
@KaelWD KaelWD closed this as completed in 4cc80ca Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VDataTable VDatatable platform specific The issue only occurs on a specific platform T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

No branches or pull requests

8 participants