/*! * * Wijmo Library 5.20251.40 * https://developer.mescius.com/wijmo * * Copyright(c) MESCIUS inc. All rights reserved. * * Licensed under the End-User License Agreement For MESCIUS Wijmo Software. * us.sales@mescius.com * https://developer.mescius.com/wijmo/licensing * */ /** * {@module wijmo.angular.grid.multirow} * AngularJS directives for wijmo.angular.grid.multirow module */ /** * */ export declare var ___keepComment: any; import { WjFlexGrid } from 'wijmo/wijmo.angular.grid'; import * as wjcGridMultirow from 'wijmo/wijmo.grid.multirow'; /** * Angular module name, which can be used in the angular.module(moduleName) * function to obtain a reference to the module . */ export declare const ngModuleName = "wj.grid.multirow"; /** * AngularJS directive for the {@link MultiRow} control. * * Use the wj-multi-row directive to add MultiRow controls to your AngularJS applications. * Note that directive and parameter names must be formatted as lower-case with dashes * instead of camel-case. * * The wj-multi-row directive extends {@link wijmo.angular.grid.WjFlexGrid} with the following attributes: * *
=
A reference to the {@link MultiRow} control created by this directive.@
A value defines the layout of the rows used to display each data item.@
Gets or sets a value that determines whether column headers should be
* collapsed and displayed as a single row displaying the group headers.@
Gets or sets a value that determines whether the content of cells
* that span multiple rows should be vertically centered.@
Gets or sets a value that determines whether the grid should
* display a button in the column header panel to allow users to collapse and expand the column headers.