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 8e4567c commit de8bad4Copy full SHA for de8bad4
frontend/src/views/ds/TableList.vue
@@ -63,7 +63,7 @@ const tableColumns = ref<any>([
63
{
64
key: 'operations',
65
title: 'Operations',
66
- cellRenderer: ({ rowData }) => {
+ cellRenderer: ({ rowData }: { rowData: any }) => {
67
return h(ElButton,{
68
onClick: () => showFields(rowData.tableName)
69
},"Show Fields")
0 commit comments