Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Terra Table Resize Fixes #1885

Closed
wants to merge 12 commits into from
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,6 @@ exports[`DataGrid verifies onCellSelect callback is triggered when space is pres
Object {
"height": "2.5rem",
"left": 0,
"width": "200px",
}
}
title=" Vitals"
Expand Down Expand Up @@ -780,7 +779,6 @@ exports[`DataGrid verifies onCellSelect callback is triggered when space is pres
Object {
"height": "2.5rem",
"left": 200,
"width": "200px",
}
}
title="March 16"
Expand Down Expand Up @@ -978,7 +976,6 @@ exports[`DataGrid verifies onCellSelect callback is triggered when space is pres
Object {
"height": "2.5rem",
"left": null,
"width": "200px",
}
}
tabIndex={-1}
Expand Down Expand Up @@ -3238,7 +3235,6 @@ exports[`DataGrid verifies onCellSelect callback is triggered when space is pres
Object {
"height": "2.5rem",
"left": 0,
"width": "200px",
}
}
title=" Vitals"
Expand Down Expand Up @@ -3428,7 +3424,6 @@ exports[`DataGrid verifies onCellSelect callback is triggered when space is pres
Object {
"height": "2.5rem",
"left": 200,
"width": "200px",
}
}
title="March 16"
Expand Down Expand Up @@ -3626,7 +3621,6 @@ exports[`DataGrid verifies onCellSelect callback is triggered when space is pres
Object {
"height": "2.5rem",
"left": null,
"width": "200px",
}
}
tabIndex={-1}
Expand Down Expand Up @@ -5898,7 +5892,6 @@ exports[`DataGrid verifies row selection column header selection 1`] = `
Object {
"height": "2.5rem",
"left": 0,
"width": "40px",
}
}
title="Terra.table.row-selection-header-display"
Expand Down Expand Up @@ -6007,7 +6000,6 @@ exports[`DataGrid verifies row selection column header selection 1`] = `
Object {
"height": "2.5rem",
"left": 40,
"width": "200px",
}
}
title=" Vitals"
Expand Down Expand Up @@ -6197,7 +6189,6 @@ exports[`DataGrid verifies row selection column header selection 1`] = `
Object {
"height": "2.5rem",
"left": 240,
"width": "200px",
}
}
title="March 16"
Expand Down Expand Up @@ -6395,7 +6386,6 @@ exports[`DataGrid verifies row selection column header selection 1`] = `
Object {
"height": "2.5rem",
"left": null,
"width": "200px",
}
}
tabIndex={-1}
Expand Down Expand Up @@ -9281,7 +9271,6 @@ exports[`DataGrid verifies that the grid created is consistent with the rows and
Object {
"height": "2.5rem",
"left": 0,
"width": "200px",
}
}
title=" Vitals"
Expand Down Expand Up @@ -9471,7 +9460,6 @@ exports[`DataGrid verifies that the grid created is consistent with the rows and
Object {
"height": "2.5rem",
"left": 200,
"width": "200px",
}
}
title="March 16"
Expand Down Expand Up @@ -9669,7 +9657,6 @@ exports[`DataGrid verifies that the grid created is consistent with the rows and
Object {
"height": "2.5rem",
"left": null,
"width": "200px",
}
}
tabIndex={-1}
Expand Down Expand Up @@ -11897,7 +11884,6 @@ exports[`DataGrid verifies the rows are created with the right props 1`] = `
Object {
"height": "2.5rem",
"left": null,
"width": "200px",
}
}
title=" Vitals"
Expand Down Expand Up @@ -12087,7 +12073,6 @@ exports[`DataGrid verifies the rows are created with the right props 1`] = `
Object {
"height": "2.5rem",
"left": null,
"width": "200px",
}
}
title="March 16"
Expand Down Expand Up @@ -12276,7 +12261,6 @@ exports[`DataGrid verifies the rows are created with the right props 1`] = `
Object {
"height": "2.5rem",
"left": null,
"width": "200px",
}
}
tabIndex={-1}
Expand Down
Loading
Loading