• Resolved SyncNovi

    (@syncnovi)


    Hello,

    is it possible to hide a few rows from the table? The blurred color = css?

    1. value
    2. value
    3. value
    4. hidden with the blurred color
    5. hidden with the blurred color
    6. hidden with the blurred color

    Regards
    Rafał

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Yes, this is possible. You could add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-123 tr:nth-child(n+3) td {
        filter: blur(6px);
    }

    Just change the table ID, the row number from which to start the blur effect, and the desired blur intensity as desired.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Hidden rows’ is closed to new replies.