Skip to content

Commit

Permalink
Update component.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
revolist authored Feb 5, 2021
1 parent 0d27c04 commit d6d9506
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ const props: (keyof RevoGrid.Components.RevoGrid)[] = [
'autoSizeColumn',
'filter',
'exporting',
'grouping'
'grouping',
'trimmedRows',
];

export default {
Expand Down

0 comments on commit d6d9506

Please sign in to comment.