brilliant-orangeB
Refine2y ago
3 replies
brilliant-orange

How can I write the headername in two lines?

const columns = React.useMemo<GridColDef<IShipmentValues>[]>(
    () => [
      // { field: 'id', headerName: 'ID', flex: 1, maxWidth: 60 },
      {
        field: 'member_name',
        flex: 1,
        headerName: '회원 정보',
        minWidth: 120,
Was this page helpful?