Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.

Commit 4f7765a

Browse files
authored
fix typo in readme (#110)
1 parent febd1a9 commit 4f7765a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ The `Table` has some additional properties to tweak its front-end behaviour.
275275
:striped="true"
276276
:prevent-overlapping-requests="false"
277277
:input-debounce-ms="1000"
278-
:prevent-scroll="true"
278+
:preserve-scroll="true"
279279
/>
280280
</template>
281281
```
@@ -285,7 +285,7 @@ The `Table` has some additional properties to tweak its front-end behaviour.
285285
| striped | Adds a *striped* layout to the table. | `false` |
286286
| preventOverlappingRequests | Cancels a previous visit on new user input to prevent an inconsistent state. | `true` |
287287
| 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 |
289289

290290
#### Custom column cells
291291

0 commit comments

Comments
 (0)