Tell us what you are trying to do?
making a table responsive in a view
Is there any documentation that you are following?
Is there a similar example that we can see?
What is the link to your site?
Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
Hello. Thank you for contacting the Toolset support.
Well - view supports following output options with grid or table view:
=> https://toolset.com/documentation/user-guides/view-layouts-101/
if you need a responsive table, you will need to manually setup it by following Bootstrap document:
=> hidden link
See there example, wrap the HTML table tag into a div tag with CSS class:
<div class="table-responsive">
<table class="table">
...
</table>
</div>
Minish,
Yhank You very much. It works. Is it also posible to keep the sortable columns?
Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
Yes - you can add sortable columns with your table.
More info:
=> https://toolset.com/documentation/user-guides/allowing-visitors-to-sort-the-front-end-results/
[Section: "Combining Sorting Controls and Sortable Tables"]
Thank You very much for Your help. Have a nice day!