# wjFlexGridFilter Class

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								wjFlexGridFilter Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>KnockoutJS binding for the <a href="wijmo_grid.flexgrid.html">FlexGrid</a> <a href="wijmo_grid_filter.flexgridfilter.html">FlexGridFilter</a> object.</p>
								</div>
								<p>The <a href="wijmo_knockout_grid_filter.wjflexgridfilter.html">wjFlexGridFilter</a> binding must be contained in a <a href="wijmo_knockout_grid.wjflexgrid.html">wjFlexGrid</a> binding. For example:</p>
								<pre>&lt;p&gt;Here is a FlexGrid control with column filters:&lt;/p&gt;
&lt;div data-bind="wjFlexGrid: { itemsSource: data }"&gt;
    &lt;div data-bind="wjFlexGridFilter: { filterColumns: ['country', 'amount']  }"&gt;&lt;/div&gt;
&nbsp;
    &lt;div data-bind="wjFlexGridColumn: {
        header: 'Country',
        binding: 'country',
        width: '*' }"&gt;
    &lt;/div&gt;
    &lt;div data-bind="wjFlexGridColumn: {
        header: 'Date',
        binding: 'date' }"&gt;
    &lt;/div&gt;
    &lt;div data-bind="wjFlexGridColumn: {
        header: 'Revenue',
        binding: 'amount',
        format: 'n0' }"&gt;
    &lt;/div&gt;
    &lt;div data-bind="wjFlexGridColumn: {
        header: 'Active',
        binding: 'active' }"&gt;
    &lt;/div&gt;
&lt;/div&gt;</pre>
								<p>The <b>wjFlexGridFilter</b> binding supports all read-write properties and events of
								the <a href="wijmo_grid_filter.flexgridfilter.html">FlexGridFilter</a> class.</p>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="tsd-signature-type">WjBinding</span>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">wjFlexGridFilter</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
					</div>