<div class="well padding-before-3 padding-after-3 form-group"> <h3>Filter by</h3> <div class="row padding-bottom-1"> <div class="select-menu" data-datatables-filter='{ "target": "fellowshipsmall", "column": 0, "title": "Character" }'></div> </div> <div class="row padding-bottom-1"> <div class="select-menu" data-datatables-filter='{ "target": "fellowshipsmall", "column": 1, "title": "Group" }'></div> </div> <div class="row padding-bottom-1"> <div class="select-menu" data-datatables-filter='{ "target": "fellowshipsmall", "column": 2 }'></div> </div> <div class="row padding-bottom-1"> <div class="select-menu" data-datatables-filter='{ "target": "fellowshipsmall", "column": 3 }'></div> </div> <div class="row padding-bottom-1"> <div class="select-menu" data-datatables-filter='{ "target": "fellowshipsmall", "column": 4, "title": "Animal Companion" }'></div> </div> <div class="row padding-bottom-1 text-center"> <a href="#" data-datatables-filter-reset='{ "target": "fellowshipsmall" }'>Reset</a> </div> </div>
<table class="table responsive table-condensed table-bordered" data-datatables-options='{ "searching": true, "dom": t }' data-datatables-name="fellowshipsmall">
The filters shown below use the default select styling. The first, second, and fifth filters use a custom title.
The table shown below uses the classes table-condensed and table-bordered.
table-condensed
table-bordered