We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e17ba3 commit bcaaf5fCopy full SHA for bcaaf5f
src/stores/props.ts
@@ -41,13 +41,13 @@ export const usePropsStore = defineStore('props', () => {
41
type: 'ColorsObject | null',
42
},
43
{
44
- default: () => ([]),
+ default: '[]',
45
desc: 'Internal use only. This holds the header cell widths when the <code class="inline-code">matchColumnWidths</code> prop is set.',
46
name: 'column-widths',
47
type: 'object',
48
49
50
- default: () => ({}),
+ default: '',
51
desc: 'Internal use only. This holds the drilldown tables data and settings.',
52
name: 'drilldown',
53
0 commit comments