Four Js Development Tools Forum

Discussions by product => GAS and GBC => Topic started by: Carl P. on April 04, 2024, 12:55:43 pm



Title: Table Styling
Post by: Carl P. on April 04, 2024, 12:55:43 pm
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


Title: Re: Table Styling
Post by: Reuben B. on April 04, 2024, 10:55:52 pm
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


Title: Re: Table Styling
Post by: Carl P. on April 08, 2024, 01:20:18 pm
Reuben,

That's worked great, thanks.

Carl