@@ -134,14 +134,15 @@ const model = ref([
134
134
{ key: ' translations.female' , def: ' female' , type: ' text' },
135
135
{ key: ' translations.total' , def: ' total' , type: ' text' },
136
136
{ key: ' translations.year' , def: ' year' , type: ' text' },
137
- { key: ' table.show' , def: false , type: ' checkbox' },
138
137
{ key: ' table.responsiveBreakpoint' , def: 400 , type: ' number' , min: 300 , max: 800 },
139
138
{ key: ' table.th.backgroundColor' , def: ' #FFFFFF' , type: ' color' },
140
139
{ key: ' table.th.color' , def: ' #1A1A1A' , type: ' color' },
141
140
{ key: ' table.th.outline' , def: ' none' , type: ' text' },
142
141
{ key: ' table.td.backgroundColor' , def: ' #FFFFFF' , type: ' color' },
143
142
{ key: ' table.td.color' , def: ' #1A1A1A' , type: ' color' },
144
- { key: ' table.td.outline' , def: ' none' , type: ' text' }
143
+ { key: ' table.td.outline' , def: ' none' , type: ' text' },
144
+ { key: ' table.show' , def: false , type: ' checkbox' },
145
+ { key: ' table.useDialog' , def: true , type: ' checkbox' },
145
146
])
146
147
147
148
const testCustomTooltip = ref (false );
0 commit comments