Class GroupItemMetadataProvider

Provides item metadata for group (Slick.Group) and totals (Slick.Totals) rows produced by the DataView. This metadata overrides the default behavior and formatting of those rows so that they appear and function correctly when processed by the grid.

This class also acts as a grid plugin providing event handlers to expand & collapse groups. If "grid.registerPlugin(...)" is not called, expand & collapse will not work.

class

GroupItemMetadataProvider

module

Data

namespace

Slick.Data

constructor
param

Index

Methods

Methods

public destroy()

public getGroupRowMetadata(): GroupRowMetadata

Returns

GroupRowMetadata

public getTotalsRowMetadata(): TotalsRowMetadata

Returns

TotalsRowMetadata

public init()