Tables in Oxygen

Post here questions and problems related to editing and publishing DITA content.
avermeer3
Posts: 2
Joined: Tue Mar 07, 2023 11:23 pm

Tables in Oxygen

Post by avermeer3 »

Is there a setting in Oxygen where you can make headers in tables "sticky"? Thanks!
ionela
Posts: 402
Joined: Mon Dec 05, 2011 6:08 pm

Re: Tables in Oxygen

Post 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
Ionela Istodor
oXygen XML Editor and Author Support
avermeer3
Posts: 2
Joined: Tue Mar 07, 2023 11:23 pm

Re: Tables in Oxygen

Post 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
cosmin_andrei
Posts: 138
Joined: Mon Jun 12, 2017 10:50 am

Re: Tables in Oxygen

Post 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.
Regards,
Cosmin
--
Cosmin Andrei
oXygen XML Editor and Author Support
aremaci
Posts: 5
Joined: Wed Jul 03, 2019 12:31 pm

Re: Tables in Oxygen

Post 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.
Post Reply