ReactDOM.render(
  <Table
    columns={columns}
    dataSource={data}
    bordered
    title={() => 'Header'}
    footer={() => 'Footer'}
  />,
  mountNode,
);

wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==