cancel
Showing results for 
Search instead for 
Did you mean: 

Table first row border appearence

Former Member
0 Kudos

HI Experts,

I have a table with some records and intially the table is in disabled mode and i set VisibleRowCount 5.In the table the

first row appears with the orange line border.

Now i have an issue over here.I need to enable the table arrows(footer visible) to check next row if the table have more than 5 records but the table should be in disabled mode.

I had done this issue by setting below properties

readonly property i assigned boolean value

enabled property i set to true.

footer visible :true

Now the arrows are enabled mode if the table have more than 5 records but the orange line not appearing in the first row.

I need orange line appearence in the table first row.Is there any solution to appear orange line.

Your Suggestions will be highly Appreciated.

Regards,

Suresh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi suresh,

If you see the property of table then you will do the set Lead selecrtion as 0.

if you have table binding with context value node

value node--Data.

wdContext.nodeData().setLeadSelection(0);

after data filling into the tabale.....

Thanks

Jati

Former Member
0 Kudos

Hi Sudir,

I had set the leadselection to "0".

wdcontext.nodetest.setleadselection(0) but its not displaying the orange line border.

Regards,

Suresh

former_member205363
Contributor
0 Kudos

Hi Suresh,

For colors, follow this wiki.

https://wiki.sdn.sap.com/wiki/display/Snippets/CreatingaColorLegendinaTableinWeb+Dynpro

Regards,

Lakshmi Prasad.

Former Member
0 Kudos

HI Lakshmi Prasad,

I dont need colours in my table.When we create table and set selection mode property to AUTO

and in output we can see table first row with orange line border.

I need this orange line border.

Regards,

Suresh