• Resolved brownday

    (@brownday)


    Hi Tobias!

    Is there a way to allow the sorting of data types with ColumnFilterWidgets reading hidden columns?

    For instance, I have a very simple indicator that something is ‘Official’ vs. ‘Unofficial’ – this becomes redundant in the actual visible table so I’ve hidden it. Would love to still be able to use ColumnFilterWidgets to help sort.

    Does that make sense and is that possible?

    Thank you!

    https://wordpress.org/plugins/tablepress/

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Yes, this should be possible, if you hide that column e.g. via CSS instead of using the hide feature on the “Edit” screen.

    The “Custom CSS” would look like

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

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘ColumnFilterWidgets – show selections for hidden columns?’ is closed to new replies.