I’ve created a table here: hidden link
You can sort most of the table columns by clicking on the headers, but the category column (called Industry) does not allow sorting. Can you advise how I should alter my code?
Here is the code from the view. It was built using the Loop Wizard:
[wpv-layout-start]
[wpv-items-found]
<!-- wpv-loop-start -->
<table width="100%">
<thead>
<tr>
<th>[wpv-heading name="post-link"]Listing Name[/wpv-heading]</th>
<th>[wpv-heading name="types-field-location"]Location[/wpv-heading]</th>
<th>[wpv-heading name="taxonomy-link"]Industry[/wpv-heading]</th>
<th>[wpv-heading name="types-field-asking"]Asking Price[/wpv-heading]</th>
<th>[wpv-heading name="types-field-gross"]Gross Revenue[/wpv-heading]</th>
<th>[wpv-heading name="types-field-cash"]Cash Flow[/wpv-heading]</th>
<th>[wpv-heading name="types-field-date-added"]Date Added[/wpv-heading]</th>
</tr>
</thead>
<tbody class="wpv-loop js-wpv-loop">
<wpv-loop>
<tr>
[wpv-post-body view_template="Loop item in Listings Table"]
</tr>
</wpv-loop>
</tbody>
</table>
<!-- wpv-loop-end -->
[/wpv-items-found]
[wpv-no-items-found]
[wpml-string context="wpv-views"]No items found[/wpml-string]
[/wpv-no-items-found]
[wpv-layout-end]
Hello,
I just tried it in my localhost with same codes as you mentioned above, but there isn't similar problem, please check these in your website:
1) Make sure you are using the latest version of Toolset plugins, you can download them here:
https://toolset.com/account/downloads/
2) Deactivate other plugins and switch to wordpress default theme 2017, and test again
3) If the problem still persists, please provide provide a database dump file (ZIP file) of your website in below "private detail box", I need to duplicate same problem and debug it in my localhost, thanks.