Page 1 of 1

Tables in Oxygen

Posted: Tue Mar 07, 2023 11:25 pm
by avermeer3
Is there a setting in Oxygen where you can make headers in tables "sticky"? Thanks!

Re: Tables in Oxygen

Posted: Wed Mar 08, 2023 1:35 pm
by ionela
Hi,

Thank you for your feedback.
Unfortunately, currently this is not possible. To add your feedback as a feature request to our issue tracking too, could you please let us know if you need this setting during the editing or in the WebHelp output?

Regards,
Ionela

Re: Tables in Oxygen

Posted: Wed Mar 08, 2023 7:07 pm
by avermeer3
Hi,
I was hoping we could somehow set this in editing so that when we build the file it will already be set in the HTML output. Thanks

Re: Tables in Oxygen

Posted: Thu Mar 09, 2023 3:27 pm
by cosmin_andrei
Hello,
We have logged a feature request to our internal tracking tool to be further investigated by our development team. We will let you know if/when this will be implemented.

Re: Tables in Oxygen

Posted: Wed Mar 15, 2023 1:44 pm
by aremaci
I don't know if this helps your use case: For our WebHelp we are using the following CSS in order to make the table heads sticky:

Code: Select all

    .table th {
        position: sticky;
        top: 0;
    }
If you want this function only for some tables, you can use an outputclass on the table.