Skip to content

Commit 4eb2b08

Browse files
author
JelteMX
committed
Add warning
1 parent d3e2bf9 commit 4eb2b08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/DynamicTable.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<propertyGroup caption="UI Title">
6565
<property key="rowTitleType" type="enumeration" defaultValue="attribute">
6666
<caption>Row Title Type</caption>
67-
<description></description>
67+
<description>Warning: When rendering large datasets, it is advised to only use an Attribute, not a Nanoflow. Using a Nanoflow for your title slows down the rendering of the table.</description>
6868
<enumerationValues>
6969
<enumerationValue key="attribute">Attribute</enumerationValue>
7070
<enumerationValue key="nanoflow">Nanoflow</enumerationValue>
@@ -204,7 +204,7 @@
204204
<propertyGroup caption="UI Title">
205205
<property key="columnTitleType" type="enumeration" defaultValue="attribute">
206206
<caption>Column Title Type</caption>
207-
<description></description>
207+
<description>Warning: When rendering large datasets, it is advised to only use an Attribute, not a Nanoflow. Using a Nanoflow for your title slows down the rendering of the table.</description>
208208
<enumerationValues>
209209
<enumerationValue key="attribute">Attribute</enumerationValue>
210210
<enumerationValue key="nanoflow">Nanoflow</enumerationValue>
@@ -280,7 +280,7 @@
280280
<propertyGroup caption="UI Title">
281281
<property key="entryTitleType" type="enumeration" defaultValue="attribute">
282282
<caption>Entry Title Type</caption>
283-
<description></description>
283+
<description>Warning: When rendering large datasets, it is advised to only use an Attribute, not a Nanoflow. Using a Nanoflow for your title slows down the rendering of the table.</description>
284284
<enumerationValues>
285285
<enumerationValue key="attribute">Attribute</enumerationValue>
286286
<enumerationValue key="nanoflow">Nanoflow</enumerationValue>

0 commit comments

Comments
 (0)