Skip to content

Commit 4d472da

Browse files
committed
feat: Use columns/rows terminology
1 parent 620b9f4 commit 4d472da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/pages/_pivot.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ const Page = () => {
451451
</Typography>
452452
<div className={classes.optionGroup}>
453453
<Typography variant="h6" gutterBottom display="block">
454-
Pivot on
454+
Pivot columns
455455
</Typography>
456456
<select
457457
onChange={handleChangePivot}
@@ -469,7 +469,7 @@ const Page = () => {
469469
</div>
470470
<div className={classes.optionGroup}>
471471
<Typography variant="h6" gutterBottom display="block">
472-
Group by
472+
Group rows by
473473
</Typography>
474474
<select
475475
onChange={handleChangeHierarchy}

0 commit comments

Comments
 (0)