jQuery tablesorterでのみ特定の列からフィルターを非表示にすることは可能ですか? 最初の 3 つの列にはフィルターは必要ありません (表が長くなるだけです)。
<table id="userTable" class="table-sorter table table-striped table-bordered">
<thead>
<tr>
<th>
<input type="checkbox" /></th>
<th></th>
<th></th>
<th></th>
<th>Login
</th>
<th>Email
</th>
<th>Company
</th>
<th>LastName
</th>
<th>FirstName
</th>
<th>ZipCode
</th>
<th>City
</th>
<th class="filter-select" data-placeholder="Select">Country
</th>
</tr>
</thead>
どうも