Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
psmolenski committed Jan 30, 2014
2 parents 07b22f6 + 976e60b commit 59b5bad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions demo/sorting.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,14 @@ <h1><a href="../index.html">Handsontable</a></h1>

<h2>Column sorting</h2>

<p>To enable this experimental feature, use setting <code>columnSorting: true</code></p>

<p>Click on a column header to sort.</p>

<p>Only the table view is sorted. The data source remains in the original order.</p>

<p>For an in depth documentation of column sorting plugin see the
<a href="https://github.com/warpech/jquery-handsontable/wiki/Understanding-column-sorting-plugin">Understanding column sorting plugin</a> wiki page.
</p>

<div class="state-loaded alert">State of the table has been restored. <button class="mini reset-state">Reset table state</button></div>

<div id="example1" style="width: 400px; height: 300px; overflow: scroll"></div>
Expand Down

0 comments on commit 59b5bad

Please sign in to comment.