Skip to content

Commit

Permalink
chore: filling the window should be used with slick.resizer, closes #515
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed May 9, 2023
1 parent 897cc55 commit f20e5c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/example12-fillbrowser.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ <h2>Demonstrates:</h2>
<li>Grid filling browser window completely (using absolute positioning)</li>
<li>Grid resizing when browser window changes size</li>
<li>Overall performance of the grid when displaying large tabular data (17 columns x 10,000 rows)</li>
<li>Notes</li>
<ul>
<li>This will fill the entire window, if however you wish to resize the window, you might wish to use the
<a href="https://6pac.github.io/SlickGrid/examples/example15-auto-resize.html"><code>Slick.Resizer</code></a>plugin
</li>
</ul>
</ul>
<h2>View Source:</h2>
<ul>
Expand Down

0 comments on commit f20e5c6

Please sign in to comment.