We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321f73f commit eec39edCopy full SHA for eec39ed
1 file changed
dolphinscheduler-ui/src/views/datasource/list/use-columns.ts
@@ -41,9 +41,8 @@ export function useColumns(onCallback: Function) {
41
const getColumns = (): { columns: TableColumns; tableWidth: number } => {
42
const columns = [
43
{
44
- title: '#',
45
- key: 'index',
46
- render: (unused, rowIndex) => rowIndex + 1,
+ title: 'id',
+ key: 'id',
47
...COLUMN_WIDTH_CONFIG['index']
48
},
49
0 commit comments