From 1f923d8a69d33c109be6de540858facbdfafd325 Mon Sep 17 00:00:00 2001 From: Erik Date: Sun, 4 Dec 2022 04:58:45 +0100 Subject: [PATCH] fix typo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b322fc6..c97fce6 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ The `Table` has some additional properties to tweak its front-end behaviour. :striped="true" :prevent-overlapping-requests="false" :input-debounce-ms="1000" - :prevent-scroll="true" + :preserve-scroll="true" /> ``` @@ -285,7 +285,7 @@ The `Table` has some additional properties to tweak its front-end behaviour. | striped | Adds a *striped* layout to the table. | `false` | | preventOverlappingRequests | Cancels a previous visit on new user input to prevent an inconsistent state. | `true` | | inputDebounceMs | Number of ms to wait before refreshing the table on user input. | 350 | -| 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 | +| 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 | #### Custom column cells