Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CvGridTableProps

Hierarchy

  • CvProps
    • CvGridTableProps

Index

Properties

Optional actionListeners

actionListeners: Array<function>

Optional catavolt

catavolt: AppContext

The Catavolt SDK entry point, an instance of the sdk {AppContext} which is always available to components. A singleton instance is used by the underlying components to interact with the sdk.

eventRegistry

eventRegistry: CvEventRegistry

Optional gridListener

gridListener: CvValueListener<CvGridEvent<any>>

Optional initialFirstVisibleRow

initialFirstVisibleRow: number

Optional initialSelectedItems

initialSelectedItems: Array<string>

lastRefreshTime

lastRefreshTime: Date

listContext

listContext: ListContext

Optional navigationListeners

navigationListeners: Array<function>

Optional numInitialRows

numInitialRows: number

queryPaneCallback

queryPaneCallback: CvQueryPaneCallback

quickFilterCallback

quickFilterCallback: CvSearchPaneCallback

Optional renderer

renderer: function

Allows for a component's rendering logic to be overridden and completely customized. The first argument, the {@link CvContext}, exposes the {@link CvScopeContext} which provides the relevant SDK object for use by the renderer. {@link CvScopeContext.scopeObj} will always be an SDK object exposing the data related to the current component.

Type declaration

    • (cvContext: CvContext, callbackObj?: any): __type
    • Parameters

      • cvContext: CvContext
      • Optional callbackObj: any

      Returns __type

searchNavResult

searchNavResult: CvNavigationResult

Optional stateChangeListeners

stateChangeListeners: Array<function>

Generated using TypeDoc