mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
* DataTable performance improvement (1) * Refactor on DT performance * Refactor * Refactor * Update RowExpansionDoc.vue * Update RowExpansionDoc.vue * Update RowExpansionDoc.vue
This commit is contained in:
parent
f6c5cda987
commit
fb1fb60eab
7 changed files with 674 additions and 467 deletions
|
@ -167,7 +167,7 @@ export default {
|
|||
default: false
|
||||
},
|
||||
expandedRows: {
|
||||
type: Array,
|
||||
type: [Array, Object],
|
||||
default: null
|
||||
},
|
||||
expandedRowIcon: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue