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.
= A reference to the MultiRow control created by this directive.
layout-definition
@ A value defines the layout of the rows used to display each data item.
collapsed-headers
@ Gets or sets a value that determines whether column headers should be
collapsed and displayed as a single row displaying the group headers.
center-headers-vertically
@ Gets or sets a value that determines whether the content of cells
that span multiple rows should be vertically centered.
show-header-collapse-button
@ 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.
AngularJS directive for the 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 wijmo.angular.grid.WjFlexGrid with the following attributes:
=
A reference to the 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.