JavaScript Data Grid

Selection Overview

javascript logo

Users can select rows, ranges or use a simple text selection from inside the grid.

Row Selection

Row Selection selects rows, i.e. data entries from the provided data set.

Range Selection

Range Selection selects ranges of cells, i.e. a rectangular block of cells.

Cell Text Selection

If you want to use a regular text selection as if the grid were a regular table, set enableCellTextSelection=true and ensureDomOrder=true in the gridOptions.