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
<td><p>Indicates the directionality of grid cells.</p>
242
+
<p>ℹ️ See HTML <code>dir</code> <ahref="https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/dir">global attribute</a> for more information.</p>
243
243
</td>
244
244
</tr>
245
245
<tr>
@@ -268,8 +268,7 @@ This value is important for server rendering.</p>
268
268
</tr>
269
269
<tr>
270
270
<td>gridRef</td>
271
-
<td><p>Ref used to interact with this component's imperative API.</p>
272
-
<p>This API has imperative methods for scrolling and a getter for the outermost DOM element.</p>
271
+
<td><p>Imperative Grid API.</p>
273
272
<p>ℹ️ The <code>useGridRef</code> and <code>useGridCallbackRef</code> hooks are exported for convenience use in TypeScript projects.</p>
0 commit comments