diff --git a/.storybook/config.js b/.storybook/config.js index 63be681..6078b96 100644 --- a/.storybook/config.js +++ b/.storybook/config.js @@ -14,6 +14,7 @@ import Simple from '../stories/Simple.js' import CellRenderers from '../stories/CellRenderers.js' import DefaultSorting from '../stories/DefaultSorting.js' import CustomWidths from '../stories/CustomWidths.js' +import CustomComponentProps from '../stories/CustomComponentProps.js' import ServerSide from '../stories/ServerSide.js' import SubComponents from '../stories/SubComponents.js' import Pivoting from '../stories/Pivoting.js' @@ -40,6 +41,7 @@ configure(() => { .add('Cell Renderers & Custom Components', CellRenderers) .add('Default Sorting', DefaultSorting) .add('Custom Column Widths', CustomWidths) + .add('Custom Component Props', CustomComponentProps) .add('Server-side Data', ServerSide) .add('Sub Components', SubComponents) .add('Pivoting & Aggregation', Pivoting) diff --git a/docs/iframe.html b/docs/iframe.html index dd3dd86..c7f343f 100644 --- a/docs/iframe.html +++ b/docs/iframe.html @@ -16,7 +16,7 @@
- +