Skip to content

Commit

Permalink
Show EuiInMemoryTable code snippet
Browse files Browse the repository at this point in the history
- still useful even without full render functions
  • Loading branch information
cee-chen committed Jun 27, 2024
1 parent b0b25f9 commit 2411218
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ const meta: Meta<EuiInMemoryTableProps> = {
title: 'Tabular Content/EuiInMemoryTable',
// @ts-ignore complex
component: EuiInMemoryTable,
parameters: {
codeSnippet: {
// TODO: enable once render functions are supported
skip: true,
},
},
args: {
allowNeutralSort: true,
searchFormat: 'eql',
Expand Down

0 comments on commit 2411218

Please sign in to comment.