-
Notifications
You must be signed in to change notification settings - Fork 2
Filter
aaronmu edited this page Aug 17, 2012
·
13 revisions
<div class="row-fluid">
<div class="span12">
{% for row in form %}
<div class="span5">
{{ form_row(row) }}
</div>
{% endfor %}
</div>
</div>
- Set the data-target:
<form data-target="results" class="form-horizontal form-filter" action="{{ path('persoon_list') }}" method="post" {{ form_enctype(form) }} novalidate="1">
...
</form>
<div class="widget-content" id="results">
{{ table_widget(table) }}
{{ propelpager(pager) }}
</div>
- Load the script:
'@TacticsTableBundle/Resources/public/js/ajaxfilter.js'