Skip to content

Commit

Permalink
include issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdaemon committed Nov 19, 2021
1 parent 32bcb73 commit 0a71b0c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ 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,
Expand Down

0 comments on commit 0a71b0c

Please sign in to comment.