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
{{ message }}
This repository was archived by the owner on Jun 27, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,7 @@ The `Table` has some additional properties to tweak its front-end behaviour.
275
275
:striped="true"
276
276
:prevent-overlapping-requests="false"
277
277
:input-debounce-ms="1000"
278
-
:prevent-scroll="true"
278
+
:preserve-scroll="true"
279
279
/>
280
280
</template>
281
281
```
@@ -285,7 +285,7 @@ The `Table` has some additional properties to tweak its front-end behaviour.
285
285
| striped | Adds a *striped* layout to the table. |`false`|
286
286
| preventOverlappingRequests | Cancels a previous visit on new user input to prevent an inconsistent state. |`true`|
287
287
| inputDebounceMs | Number of ms to wait before refreshing the table on user input. | 350 |
288
-
|preventScroll| Configures the [Scroll preservation](https://inertiajs.com/scroll-management#scroll-preservation) behavior. You may also pass `table-top` to this property to scroll to the top of the table on new data. | false |
288
+
|preserveScroll| Configures the [Scroll preservation](https://inertiajs.com/scroll-management#scroll-preservation) behavior. You may also pass `table-top` to this property to scroll to the top of the table on new data. | false |
0 commit comments