File

projects/i-components/src/lib/components/xam-grid-settings/xam-grid-column-resizing.component.ts

Description

Placeholder for the column resizing settings template object

Metadata

selector wm-xam-grid-column-resizing-settings
template
<ng-content></ng-content>
import { Component, Input } from '@angular/core';

/**
 * Placeholder for the column resizing settings template object
 *
 * @export
 * @class XamGridColumnResizingSettingsComponent
 */
@Component({
  selector: 'wm-xam-grid-column-resizing-settings',
  template: `<ng-content></ng-content>`,
})
export class XamGridColumnResizingSettingsComponent {}

/**
 * Xam grid column resizing settings as template
 *
 * @export
 * @class ColumnResizingSettingsComponent
 */
@Component({
  selector: 'wm-column-resizing-settings',
  template: ``,
})
export class ColumnResizingSettingsComponent {
  /**
   * Allows column resizing in the Xam grid
   *
   * @type {boolean}
   * @memberof ColumnResizingSettingsComponent
   */
  @Input()
  allowColumnResizing: boolean;
}
Legend
Html element
Component
Html element with directive

result-matching ""

    No results matching ""