Ab.grid.Cell Object

File: ab-reportgrid.js

Each Ab.grid.Row object manages a collection of Ab.grid.Cell objects, one for each cell displayed in the row.

Properties

  • row : Parent Ab.grid.Row object reference;
  • column : Parent Ab.grid.Column object reference;
  • dom : This cell DOM element ( <td> ) reference;