Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implemented by

Index

Properties

Optional canShowPercentage

canShowPercentage: boolean

whether the value is numerical and can be shown as a percentage

Optional cellClass

cellClass: string | string[] | function

Class to use for the cell. Can be string, array of strings, or function.

Optional cellRenderer

cellRenderer: function

renderer used to render the cell information

Type declaration

    • (params: any): string | HTMLElement
    • Parameters

      • params: any

      Returns string | HTMLElement

Optional cellStyle

cellStyle: __type | function

An object of css values. Or a function returning an object of css values.

Optional contextMenuItems

contextMenuItems: IContextMenuItem[]

the context menu definitions for when the user right clicks

Optional field

field: string

The field of the row to get the cells data from

Optional headerClass

headerClass: string | string[] | function

CSS class for the header

headerName

headerName: string

The name to render in the column header

Optional headerTooltip

headerTooltip: string

Tooltip for the column header

Optional maxWidth

maxWidth: number

Max width, in pixels, of the cell

Optional minWidth

minWidth: number

Min width, in pixels, of the cell

Optional onCellClicked

onCellClicked: function

called when a cell is clicked

Type declaration

    • Parameters

      Returns void

Optional onCellDoubleClicked

onCellDoubleClicked: function

called when a cell is double clicked

Type declaration

    • Parameters

      Returns void

Optional pinned

pinned: boolean | string

Whether this column is pinned or not.

Optional showAsPercentage

showAsPercentage: boolean

the value is numerical and should be shown as a percentage by default

Optional sort

sort: string

If sorting by default, set it here. Set to 'asc' or 'desc'

Optional tooltipField

tooltipField: string

The field where we get the tooltip on the object

Optional valueGetter

valueGetter: function

used to translate the data in the data set into the value shown to the user

Type declaration

    • (rowData: any): void
    • Parameters

      • rowData: any

      Returns void

Optional width

width: number

Initial width, in pixels, of the cell

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