Skip to content

Commit

Permalink
chore: rewrite Vite example as JS Class
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Oct 30, 2024
1 parent 8dc06db commit ee60e55
Show file tree
Hide file tree
Showing 3 changed files with 249 additions and 249 deletions.
5 changes: 4 additions & 1 deletion vite-demo/src/example4.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ <h2>
<input type=text id="txtSearch" style="width:100px;">
<br/><br/>
<button id="btnSelectRows">Select first 10 rows</button>

<p>Load Data</p>
<button data-test="add-50k-rows-btn">50k rows</button>
<button data-test="add-500k-rows-btn">500k rows</button>
<button data-test="add-1M-rows-btn">1M rows</button>
<br/>

<h2>Demonstrates:</h2>
Expand Down
Loading

0 comments on commit ee60e55

Please sign in to comment.