Skip to content

Commit 9c46549

Browse files
authored
docs(AnalyticalTable): update columns description in storybook (#5227)
1 parent 15c5fff commit 9c46549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/components/AnalyticalTable/AnalyticalTable.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const meta = {
139139
columns: {
140140
control: { disable: true },
141141
description:
142-
'Defines the columns array where you can define the configuration for each column.<br />Please refer to the [AnalyticalTableColumnDefinition interface](#column-properties) for a full list of options.'
142+
'Defines the columns array where you can define the configuration for each column.<br />Please refer to the [AnalyticalTableColumnDefinition interface](#column-properties) for a full list of options.<br /><br /><b>Must be memoized!</b>'
143143
},
144144
reactTableOptions: { control: { disable: true } },
145145
tableHooks: { control: { disable: true } },

0 commit comments

Comments
 (0)