Skip to content

Commit cf57402

Browse files
committed
Update README.md
1 parent c31375e commit cf57402

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default {
6565
| `bottom` | scrolled to bottom |
6666
| `drag` | drag is started |
6767
| `drop` | drag is completed |
68-
| `rangeChange` | range changeed |
68+
| `rangeChange` | range changed |
6969

7070
## Props
7171

@@ -86,10 +86,11 @@ export default {
8686
| `size` | `Number` | `-` | The estimated height of each piece of data, you can choose to pass it or not, it will be automatically calculated |
8787
| `handle` | `Function/String` | `-` | Drag handle selector within list items |
8888
| `group` | `Function/String` | `-` | string: 'name' or object: `{ name: 'group', put: true/false, pull: true/false/'clone', revertDrag: true/false }` |
89-
| `keepOffset` | `Boolean` | `false` | When scrolling up to load data, keep the same offset as the previous scroll |
9089
| `direction` | `vertical \| horizontal` | `vertical` | Scroll direction |
9190
| `scroller` | `Document \| HTMLElement` | `-` | Virtual list scrolling element |
9291
| `lockAxis` | `x \| y` | `-` | Axis on which dragging will be locked |
92+
| `tableMode` | `Boolean` | `false` | display with table and tbody |
93+
| `keepOffset` | `Boolean` | `false` | When scrolling up to load data, keep the same offset as the previous scroll |
9394
| `debounceTime` | `Number` | `0` | debounce time on scroll |
9495
| `throttleTime` | `Number` | `0` | throttle time on scroll |
9596

0 commit comments

Comments
 (0)