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.
2 parents 18c2f94 + 1c0b517 commit 86f3209Copy full SHA for 86f3209
1 file changed
core/datacap-ui/src/views/pages/admin/dataset/DatasetInfo.vue
@@ -463,6 +463,7 @@ export default defineComponent({
463
.then((response) => {
464
if (response.status) {
465
this.data = response
466
+ this.columnDefs = []
467
response.data?.headers.forEach((header: any) => {
468
const columnDef: GridColumn = { headerName: header, field: header }
469
this.columnDefs.push(columnDef)
0 commit comments