cancel
Showing results for 
Search instead for 
Did you mean: 

Table header in bold

Former Member
0 Kudos

Hi,

Is there any way to bold table header other then theme

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Prefix the header text with <b>.

Cheers,

John

Former Member
0 Kudos

Prefix the column header text with <b>

Former Member
0 Kudos

Prefix the table column header text with <b>.

Former Member
0 Kudos

own

Former Member
0 Kudos

HI,


You can make table header BOLD by selecting DESIGN property as EMPHASIZED.
But you cannot make column header BOLD as far as i tried.

Regards and Best wishes.

Former Member
0 Kudos

Hi Kiran,

Can you please suggest me where exactlly the Property Design in table header.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I don't know of any way to make the header text bold via properties - but here is an unorthidoxed suggestion. You can place an image (imageSource property) in the header. You could create images for your header texts that have any font type or properties you want. Obviously not as flexible as using text and probably more effort than it is worth.

Former Member
0 Kudos

HI,

I have created table header by seperate label in routeuielementcontainer.

Regards and Best wishes.

Former Member
0 Kudos

Hi Thomas,

If we use Image as Text then Translations would be a great issue.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>

> Hi Thomas,

>

> If we use Image as Text then Translations would be a great issue.

Like I said - unusual and probably not worth the effort. Although images can have mulitple language versions as well - so maybe not as difficult as one might think. Still much higher effort than just maintaining text.

Former Member
0 Kudos

Is there any way to bold the header :

Former Member
0 Kudos

There is no standard property to make the Table header Bold. But as thomas had suggested, we can check the image as table header.

Former Member
0 Kudos

Hi Shilpi,

There is no property to make the Table header Bold. As Thomas said we can do some thing unauthorized.

Create a Toolbar for the table.

Insert a toolbar input field

display the text in the label of toolbar input field.

set the width of the toolbar input field to 0 px.

I hope this will resolve your issue.

Thanks,

Kasinath Babu

Former Member
0 Kudos

Hi thomas,

Can you please tell me how to create image and how to attach to it.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>

> Hi thomas,

>

> Can you please tell me how to create image and how to attach to it.

Creating an image has nothing to do with ABAP development. You would use some image editing tool - like maybe Microsoft Paint - and create a GIF image that contains the text the way you want it. You can upload this image to the MIME repository of your WD Component by right mouse clicking on the component name in the object navigator tree and choosing Create->MIME Object->Import.

Former Member
0 Kudos

Hi,

If you use CAPTION [Header] of Table , it will be a bit bold by default.

Other than that i dont see an option to do the same.