import { Table, Tooltip, Popconfirm, Popover, Tag } from '@douyinfe/semi-ui/';
import React, { useMemo } from 'react';
function EventTable(props = {}) {
const dataTotalSize = 46;
const columns = useMemo(
() => [
{
title: 'Name',
dataIndex: 'name',
width: 150,
},
{
title: 'Age',
dataIndex: 'age',
width: 150,
},
{
title: 'Address',
dataIndex: 'address',
},
{
render: (text, record) => (