Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.2 KB

File metadata and controls

41 lines (23 loc) · 1.2 KB
sidebar_label Sorting data
title Sorting data
description You can learn about sorting data in the documentation of the DHTMLX JavaScript Spreadsheet library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Spreadsheet.

Sorting data

Sorting data by a column

To sort spreadsheet data by a column, take the following steps:

1. Right-click the header of the column you want to sort the data by

2. Choose Sort -> Sort A to Z or Sort Z to A

Sort column

or

1. Select the necessary column by clicking on its header

2. Go to: Data -> Sort -> Sort A to Z or Sort Z to A in the menu

Sort column

Sorting data by a range

To sort spreadsheet data by a separate range, take the following steps:

1. Select a range of cells in the column you want to sort the data by

2. Choose one of the two actions:

  • Right-click a cell in the selected range and choose Sort -> Sort A to Z or Sort Z to A

Sort column

  • Or go to: Data -> Sort -> Sort A to Z or Sort Z to A in the menu

Sort column