We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620b9f4 commit 4d472daCopy full SHA for 4d472da
1 file changed
app/pages/_pivot.tsx
@@ -451,7 +451,7 @@ const Page = () => {
451
</Typography>
452
<div className={classes.optionGroup}>
453
<Typography variant="h6" gutterBottom display="block">
454
- Pivot on
+ Pivot columns
455
456
<select
457
onChange={handleChangePivot}
@@ -469,7 +469,7 @@ const Page = () => {
469
</div>
470
471
472
- Group by
+ Group rows by
473
474
475
onChange={handleChangeHierarchy}
0 commit comments