import React from 'react'; class GridOutput extends React.Component { componentDidMount() { this.GridOutputModal.focus(); } render() { return (
{ this.GridOutputModal = element; }} >

table Output

); } } export default GridOutput;