Skip to content

Commit

Permalink
Update mouse row selection
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hawkins authored and texodus committed Apr 7, 2021
1 parent db4036a commit 75d821d
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 147 deletions.
6 changes: 3 additions & 3 deletions features/area_mouse_selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ using a `StyleListener` that we will define later.
<regular-table id="example_table"></regular-table>
```

We can load `defaultRowSelections()` to this example and wire up the
`DataListener` borrowed from `two_billion_rows` and then we simply
`addAreaMouseSelection()` to the `table` and `draw()`.
We can load default selections to this example and wire up the `DataListener`
borrowed from `two_billion_rows`, and then we simply `addAreaMouseSelection()`
to the `table` and `draw()`.

```html
<script type="module">
Expand Down
Loading

0 comments on commit 75d821d

Please sign in to comment.