• Resolved ersma

    (@ersma)


    Hi,
    is it possible to show dropdownboxes of columnfilterwidget if the column is hidden? This would be very useful, because i need only the result. Maybe there is any short code with ‘include’?

    Example: In dropdownboxes for a bike I select red, size and type – result in the table are only that column with types matching. Or do I a mistake?

    Thank you, Robert

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Yes, this is possible. You would simply have to hide the column in the correct way, namely with CSS code like

    .tablepress-id-123 .column-3 {
      display: none;
    }

    (with the correct table ID and column number).

    Regards,
    Tobias

    Thread Starter ersma

    (@ersma)

    Hi,
    that’s the solution, working!

    Thank you for help,

    Regards, Robert

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sort with columnfilterwidget in invisble columns’ is closed to new replies.