Skip to content

Commit

Permalink
Fixed #4977 - Improve performance of row expansion feature on DataTab…
Browse files Browse the repository at this point in the history
…le (#4978)

* DataTable performance improvement (1)

* Refactor on DT performance

* Refactor

* Refactor

* Update RowExpansionDoc.vue

* Update RowExpansionDoc.vue

* Update RowExpansionDoc.vue
  • Loading branch information
mertsincan authored Dec 18, 2023
1 parent f6c5cda commit fb1fb60
Show file tree
Hide file tree
Showing 7 changed files with 674 additions and 467 deletions.
2 changes: 1 addition & 1 deletion components/lib/datatable/BaseDataTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default {
default: false
},
expandedRows: {
type: Array,
type: [Array, Object],
default: null
},
expandedRowIcon: {
Expand Down
Loading

0 comments on commit fb1fb60

Please sign in to comment.