• Resolved andynz

    (@andynz)


    Tobias
    I have a table which is subdivided into months by including ‘subheader’ rows with ‘January’, ‘February’ etc in column 1. The data rows just have the day of the month in column 1.
    January
    12
    19
    February
    1
    3
    22
    etc

    When I use the filter on column 2, say, all data rows with the selected value are displayed but, of course, the subheader rows do not match so are not displayed. Thus, I have a list of days without knowing the months to which they apply.

    Is there any way of displaying all the subheader rows even if they do not match the filter?

    Probably not, in which case I will change the table to include the month and day in every row.

    Andy

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    No, sorry, I can’t think of a way for that. The filter can only show rows where it finds something. The only workaround would be to also add the filter terms (i.e. day numbers) to the Month rows (hidden with CSS, inside a <span> or similar).

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Always display certain rows when filtering’ is closed to new replies.