You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -306,6 +306,14 @@ A lower value results in more frequent updates, offering smoother visual updates
306
306
<td>Defines the threshold for triggering <code>onVerticalEndReached</code>. Represented as a fraction of the total height of the scrollable grid, indicating how far from the end the vertical scroll must be to trigger the event.</td>
307
307
</tr>
308
308
309
+
<tr>
310
+
<td><code>autoAdjustItemWidth</code></td>
311
+
<td><code>boolean</code></td>
312
+
<td><code>true</code></td>
313
+
<td><code>false</code></td>
314
+
<td> Prevents width overflow by adjusting items with width ratios that exceed available columns in their row & width overlap by adjusting items that would overlap with items extending from previous rows</td>
@@ -446,6 +454,14 @@ A lower value results in more frequent updates, offering smoother visual updates
446
454
<td> Defines the distance from the end of the content at which <code>onEndReached</code> should be triggered, expressed as a proportion of the total content length. For example, a value of <code>0.1</code> triggers the callback when the user has scrolled to within 10% of the end of the content. </td>
447
455
</tr>
448
456
457
+
<tr>
458
+
<td><code>autoAdjustItemWidth</code></td>
459
+
<td><code>boolean</code></td>
460
+
<td><code>true</code></td>
461
+
<td><code>false</code></td>
462
+
<td> Prevents width overflow by adjusting items with width ratios that exceed available columns in their row & width overlap by adjusting items that would overlap with items extending from previous rows</td>
0 commit comments