const IssuesGrid = (props) => { return ( <Grid data={props.issues} detail={RowDetailComponent} expandField="expanded" expandChange={props.
確定! 回上一頁