Skip to content

Commit

Permalink
Improve demo of uri cell to include displayData
Browse files Browse the repository at this point in the history
  • Loading branch information
jassmith committed Dec 23, 2021
1 parent 71d3218 commit 4f0cbf9
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -1288,7 +1288,11 @@ function getColumnsForCellTypes(): GridColumnWithMockingInfo[] {
return {
kind: GridCellKind.Uri,
data: url,
displayData: faker.commerce.productDescription(),
allowOverlay: true,
themeOverride: {
textDark: "#4F5DFF",
},
};
},
},
Expand Down

0 comments on commit 4f0cbf9

Please sign in to comment.