Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IGridOptions

Index

Properties

Optional animateRows

animateRows: boolean

Optional api

api: any

Optional autoScrollToSelection

autoScrollToSelection: boolean

auto scroll to make the row visible when a selection happens

Optional columnDefs

columnDefs: (IColDef | IColGroupDef)[]

Optional contextMenuItems

contextMenuItems: IContextMenuItem[]

the context menu definitions for when the user right clicks

Optional defaultColDef

defaultColDef: object

Type declaration

  • Optional sortable?: boolean

Optional enableSingleKeyboardSelection

enableSingleKeyboardSelection: boolean

Optional gridClass

gridClass: string

Optional onGridReady

onGridReady: function

called after the grid is rendered

Type declaration

    • (event: any): void
    • Parameters

      • event: any

      Returns void

Optional onRowClicked

onRowClicked: function

called when a row is clicked

Type declaration

    • Parameters

      Returns void

Optional onRowDoubleClicked

onRowDoubleClicked: function

called when a row is double clicked

Type declaration

    • Parameters

      Returns void

Optional onRowSelected

onRowSelected: function

called when a row is selected

Type declaration

    • Parameters

      Returns void

Optional rowData

rowData: any[]

Optional selectionKey

selectionKey: any

the field to use for a selection

Optional suppressFieldDotNotation

suppressFieldDotNotation: boolean

used when there is a period in field data to ignore the dot

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc