Class: gridComponent component:ngeoGrid

ngeo.gridComponent

new gridComponent()

A grid component for displaying tabular data. The columns of the grid are sortable, rows can be selected with a single click (also in combination with SHIFT and CTRL/Meta).

Example:

<ngeo-grid
  ngeo-grid-configuration="::ctrl.gridConfiguration"
</ngeo-grid>
HTML attributes:
Name Type Description
ngeo-grid-configuration ngeo.GridConfig The configuration to use.