import React, { useEffect, useState } from 'react';
import { Tabs, Tooltip, Tag, Table } from '@douyinfe/semi-ui';
const { TabPane } = Tabs;
function AsyncTable(props = {}) {
const dataTotalSize = 46;
const [columns, setColumns] = useState([
{
title: Name,
dataIndex: 'name',
width: 150,
},
{
title: 'Age',
dataIndex: 'age',
width: 150,
},
{
title: 'Address',
dataIndex: 'address',
},
{
render: (text, record) => (