We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d556e commit 312a62aCopy full SHA for 312a62a
test/visual/basicGrid.test.tsx
@@ -31,8 +31,8 @@ const topSummaryRows: readonly Row[] = [
31
];
32
33
const bottomSummaryRows: readonly Row[] = [
34
- { id: 4, name: 'Top Summary Row 1' },
35
- { id: 5, name: 'Top Summary Row 2' }
+ { id: 6, name: 'Bottom Summary Row 1' },
+ { id: 7, name: 'Bottom Summary Row 2' }
36
37
38
function rowKeyGetter(row: Row) {
0 commit comments