Skip to content

Commit

Permalink
fix(epicmaxco#4168): extra expandable row when columns sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed Mar 5, 2024
1 parent 6d6a764 commit 34da4e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/components/va-data-table/VaDataTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
v-if="row.isExpandableRowVisible"
class="va-data-table__table-expanded-content"
colspan="99999"
:key="uniqueKey(row, index)"
>
<slot
name="expandableRow"
Expand Down

0 comments on commit 34da4e4

Please sign in to comment.