... dataIndex: 'age', }, { title: 'Address', dataIndex: 'address', }, ]; interface DataType { key: React.Key; name: string; age: number; address: string; } ...
確定! 回上一頁