Skip Navigation

[Resolved] TablePress integration with Views

This thread is resolved. Here is a description of the problem and solution.

Problem: I would like to integrate Views and TablePress so that I can filter with Views and show the results in a TablePress table.

Solution: There is currently no integration between these two plugins, and they produce incompatible output. We have an improvement in the works that will help integrate Views and Datatables.net tables, but that is not quite ready.

It's possible to use a sortable table in Views and apply some style changes to make the clickable headers more friendly:

.js-wpv-sort-trigger.js-wpv-column-header-click {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
}
This support ticket is created 6 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 15 replies, has 2 voices.

Last updated by Christian Cox 6 years, 10 months ago.

Assisted by: Christian Cox.

Author
Posts
#611855

You can try this:

.wpv-header-no-sort.js-wpv-sort-trigger.js-wpv-column-header-click .wpv-sorting-indicator {
    display: inline !important;
}

If you need additional assistance, feel free to open a new ticket.