@@ -134,14 +134,15 @@ const model = ref([
134134 { key: ' translations.female' , def: ' female' , type: ' text' },
135135 { key: ' translations.total' , def: ' total' , type: ' text' },
136136 { key: ' translations.year' , def: ' year' , type: ' text' },
137- { key: ' table.show' , def: false , type: ' checkbox' },
138137 { key: ' table.responsiveBreakpoint' , def: 400 , type: ' number' , min: 300 , max: 800 },
139138 { key: ' table.th.backgroundColor' , def: ' #FFFFFF' , type: ' color' },
140139 { key: ' table.th.color' , def: ' #1A1A1A' , type: ' color' },
141140 { key: ' table.th.outline' , def: ' none' , type: ' text' },
142141 { key: ' table.td.backgroundColor' , def: ' #FFFFFF' , type: ' color' },
143142 { 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' },
145146])
146147
147148const testCustomTooltip = ref (false );
0 commit comments