• Resolved caa5042

    (@caa5042)


    I want to freeze the header and the two rows directly underneath so that the user is able to see the top three rows at all times as they scroll down the page.

    • This topic was modified 5 years, 3 months ago by caa5042.

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    I see what you mean, but unfortunately, I’m not aware of a possible solution for this, sorry.

    Regards,
    Tobias

    Thread Starter caa5042

    (@caa5042)

    That was fast, Tobias. Thanks for the quick response. This is essential for the website. Do you know of any plugins with this capability? I’ve run into a few other things that i’m not able to do with the plugin and i’m thinking it may be best to switch. example: having multiple rows hidden by default and then being able to expand them when a button is clicked.

    • This reply was modified 5 years, 3 months ago by caa5042.
    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no, sorry, I can’t remember having seen this with other plugins ??
    Expanding rows with a click should in general be possible with JavaScript, but you’d need some custom code for that.

    Regards,
    Tobias

    Thread Starter caa5042

    (@caa5042)

    Alright, thanks. I came up with a [temporary] solution: just put the content of the three rows in the same row. But wanted to ask how to customize the header. By default the font is bold. I do want some portions of text in the header to be bold but not all

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    for that, you’d then need to use HTML code in the header cells. For example, you keep some text without HTML code around it, but place the text that is to be bold in HTML code like

    <strong>This will be bold.</strong>
    This will be normal.
    

    Regards,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Multiple Headers/ Freeze Multiple rows’ is closed to new replies.