Table Styling

Started by Carl P., April 04, 2024, 12:55:43 PM

Previous topic - Next topic

Carl P.

Hello,

We're using Genero 4.01.01 with GBC 4.01.12.

For some of our tables we have a style of:

<StyleAttribute name="headerHidden" value="yes" />

which correctly removes the column headers. But this does leave the 3 vertical dots floating over the scroll bar on the right. See attached.

I can't see anything in the Table Style Attributes that would hide the dots for a specific style:

https://4js.com/online_documentation/fjs-fgl-manual-html/#fgl-topics/r_fgl_presentation_styles_table_style_attributes.html

In the HTML that's generated I can see that gbc_TableHeaderGroup is hidden but not the gbc_TableMenuIcon.

We only have about 10 forms with tables that don't have a header, so I could just show the headers and column titles.

But is there a way to hide the dots for a specific Genero style? Or is the only solution to hide the dots in a stylesheet?

Thanks,

Carl

Reuben B.

Carl,

You indicated GBC version 4.01.12, there is an improvement in this area in 4.01.22, see second entry Accessing the Table Menu https://4js.com/online_documentation/fjs-gbc-manual-html/#gbc-topics/gbc_whatsnew_40122.html

Reuben
Product Consultant (Asia Pacific)
Developer Relations Manager (Worldwide)
Author of https://4js.com/ask-reuben
Contributor to https://github.com/FourjsGenero

Carl P.

Reuben,

That's worked great, thanks.

Carl