import React from 'react';
import { Table, Tooltip, Tag } from '../../index';
function App() {
const columns = [
{
title: 'Name',
dataIndex: 'name',
},
{
title: 'Age',
dataIndex: 'age',
},
{
title: 'Address',
dataIndex: 'address',
},
{
title: 'Description',
dataIndex: 'description',
},
{
dataIndex: 'x',
render: (text, record) => (