cancel
Showing results for 
Search instead for 
Did you mean: 

Table Grid resizing,How to avoid getting scroll bar in the browser

Former Member
0 Kudos

Hi All,

Requirement is to enable Grid Resizing feature in the Table UI element. The table will have approx 12-30 columns

For providing this feature on the table UI element, we have set the following properties

'ScrollableColCount' Property of table UI is set to -1.

'Resizable' property of each column is set to true.

This will remove the scrollbar at table level and all the columns will be shown on the screen at one time.

Problem encountered:

1. Horizontal scroll bar will be introduced on the screen.We tried giving width in pixels to individual column grid but unable to eliminate this scroll bar in the screen.

2. Also the resizing properties modified for a table grid will be applied on the similar task screen having table UI element.

For Example: In GP Workflow,if USer1 holds 2 task(Task A and B) of an application. If he resizes the column of the table in A task then these changes will be reflected in the B task table UI also.

Please provide pointers on this.

Thanks and Regards,

Pradeep

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In table set tablecellEditor wrapping property to true,by default its false.

By this you can get value in many rows(per row size is depend on whatever u have given for column width).

this way you can avoid scroll bar.

Regards

Trilochan

Former Member
0 Kudos

Hi Pradeep,

If the output in the table is coming from a RFC then you can map the "visiblerowcount" property to a context which will hold the size of the RFC output node.So the number of rows in the table will be the size of the output node.

This is one way using which you can avoid scroll bar in the table.

Thanks,

Rajani