Spread.Sheets Documentation > Sample Code > Sample Code for Sorting > Sorting Row Ranges with Sort Conditions |
You can specify multiple sort conditions when sorting.
This example sorts rows using multiple sort keys.
JavaScript |
Copy Code
|
---|---|
$(document).ready(function () { ///Execute sorting which targets all rows based on the created sorting conditions. |