# Wijmo_Angular_Grid_Multirow.Wjmultirow

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								WjMultiRow Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>AngularJS directive for the <a href="wijmo_grid_multirow.multirow.html">MultiRow</a> control.</p>
								</div>
								<p>Use the <b>wj-multi-row</b> directive to add <b>MultiRow</b> controls to your AngularJS applications.
									Note that directive and parameter names must be formatted as lower-case with dashes
								instead of camel-case.</p>
								<p>The <b>wj-multi-row</b> directive extends <a href="wijmo_angular_grid.wjflexgrid.html">wijmo.angular.grid.WjFlexGrid</a> with the following attributes:</p>
								<dl class="dl-horizontal">
									<dt>control</dt>                    <dd><code>=</code> A reference to the <a href="wijmo_grid_multirow.multirow.html">MultiRow</a> control created by this directive.</dd>
									<dt>layout-definition</dt>          <dd><code>@</code> A value defines the layout of the rows used to display each data item.</dd>
									<dt>collapsed-headers</dt>          <dd><code>@</code> Gets or sets a value that determines whether column headers should be
									collapsed and displayed as a single row displaying the group headers.</dd>
									<dt>center-headers-vertically</dt>  <dd><code>@</code> Gets or sets a value that determines whether the content of cells
									that span multiple rows should be vertically centered.</dd>
									<dt>show-header-collapse-button</dt><dd><code>@</code> 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.</dd>
								</dl>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<a href="wijmo_angular_grid.wjflexgrid.html" class="tsd-signature-type">WjFlexGrid</a>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">WjMultiRow</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
					</div>