Class: component_ component:ngeoGrid

ngeo.grid.module:component.component_

new component_()

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.grid.Config The configuration to use.