File

projects/wms-framework/src/lib/models/controls/IItemsSource.ts

Description

Defines an object that can work as items source for a {DataGridModel} object

Index

Properties

Properties

internalArray
internalArray: any[]
Type : any[]

Gets the data to be bound to the grid.

export interface IItemsSource {
  /**
   * Gets the data to be bound to the grid.
   *
   * @type {any[]}
   * @memberof IDataGridItemsSource
   */
  internalArray: any[];
}

result-matching ""

    No results matching ""