Skip to content

Commit

Permalink
feat: tableMode support
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuu committed Jun 11, 2024
1 parent 1a20015 commit 0d8fdcb
Show file tree
Hide file tree
Showing 9 changed files with 446 additions and 470 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ function Virtual() {
| `direction` | `vertical \| horizontal` | `vertical` | Scroll direction |
| `debounceTime` | `Number` | `0` | debounce time on scroll |
| `throttleTime` | `Number` | `0` | debounce time on scroll |
| `tableMode` | `Boolean` | `false` | display with table and tbody |

**Uncommonly used**

Expand Down
Loading

0 comments on commit 0d8fdcb

Please sign in to comment.