Skip to content

Commit

Permalink
remove temp workaround (elastic#122464)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdaemon authored Jan 11, 2022
1 parent 6d73d78 commit 7cc56ce
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -398,15 +398,6 @@ export const DatatableComponent = (props: DatatableRenderProps) => {
}}
>
<EuiDataGrid
{
// we control the key when pagination is on to circumvent an EUI rendering bug
// see https://github.com/elastic/eui/issues/5391
...(pagination
? {
key: columns.map(({ id }) => id).join('-') + '-' + pagination.pageSize,
}
: {})
}
aria-label={dataGridAriaLabel}
data-test-subj="lnsDataTable"
rowHeightsOptions={
Expand Down

0 comments on commit 7cc56ce

Please sign in to comment.