import Button from '../../button'; import React from 'react'; import ReactDOM from 'react-dom'; import Table from '..'; const dataSource = () => { const result = []; for (let i = 0; i < 5; i++) { result.push({ title: `Quotation for 1PCS Nano ${3 + i}.0 controller compatible`, id: 100306660940 + i, time: 2000 + i, expandable: i !== 2, }); } return result; }, expandedRowRender = (record, rowIndex) => { if (rowIndex === 0) { return record.title; } return (