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 65f1c8f commit 1c0b517Copy full SHA for 1c0b517
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