Creates a new instance of the grid. SlickGrid

Container node to create the grid in.

An array of objects for databinding.

An array of column definitions.

Grid options.

Constructors

Properties

Constructors

  • Creates a new instance of the grid. SlickGrid

    Parameters

    • container: Node

      Container node to create the grid in.

    • data: Object[]

      An array of objects for databinding.

    • columns: any[]

      An array of column definitions.

    • options: Object

      Grid options.

    Returns SlickGrid

Properties

debug: () => void
eval: (expr: any) => any