Refactor #3832 - Update DataTable & TreeTable

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-13 21:05:42 +03:00
parent 661d4dc718
commit 62ddc47f4d
14 changed files with 60 additions and 26 deletions

View file

@ -12,7 +12,7 @@ export default {
name: 'FooterCell',
props: {
column: {
type: null,
type: Object,
default: null
}
},