cancel
Showing results for 
Search instead for 
Did you mean: 

to change the height of row of a table

Former Member
0 Kudos

hi Experts,

1) Can any one please help me to change the height of row of a table

2) If i need to display data intable in such a way that data would be displayed in every alternate row, keeping one row empty.

Points wil be rewarded to helpful answers,

Regards,

Sanjyoti.

Accepted Solutions (1)

Accepted Solutions (1)

former_member193545
Active Participant
0 Kudos

Hi

This is not possible in VC, the table is filled directly from the data service and you can not change what comes into the table, how ever, if you are able to edit the data before you can enter a blank row before each data row.

Jarrod

Former Member
0 Kudos

hi Jarrod,

Thanks for your reply,

As i am new to VC,

Is there any way you could help me to edit the data before entering a blank row before each data row or change the height of the rows in a table.

or is there any way you could help me to get the data from the data service

into form in such a way that all the data from the table is displayed in the form directly

regards,

sanjyoti.

former_member193545
Active Participant
0 Kudos

Hi

It will be difficult to add a blank row and then a row with data into the table, I think that it would be best to ask the team supplying the data from the bapi of webservice if they can do it. Why do you want to do this?

Former Member
0 Kudos

hi Jarrod,

i want to make a display iview where the data comes from a table, add image beside each data from the table,

1) if i display data in table i am not able to add image beside each row.

2)i have also tried using one form and one table displayed side by side where the table has data from data service and form has the images (static), but here again as the height of row can not be changed the image does not fit perfectly beside the rows.

I have not worked in VC before, so dont know wat exactly cant be done,

hope you will guide if you have any idea wat could be done

I got the help given below but not able to understand the flow of what is done

******************************************************************************

First create a button to trigger an action (let's say the action is called "go").

Drag a line and create a signal out set go as the event, name the signal out as "sig".

Create 4 numeric fields in the signal out "num1",..,"num4".

Map num1 <- 1

Add a signal in to the model, name it "sig" and create 4 numeric field to it ("num1",..,"num4" as well).

Drag a line from the signal in and choose a form from the context menu.

4 recordsl will appear in the form. set them as visible and as spinner control.

drag a line from the form's out port and add a signal out named "go".

Map is as follows:

num1 <= @num1+1

num2 <= 1

num3 <= if(@num2==1,1,0)

num4 <= if@num3==1,1,0)

Add a gaurd condition to the line @num1<4 and name the event "Next_Event"

double click on num1 to open the properties popup.

For num1 define a custom action named "Next_Event"

For num2 define a custom action named "Pass1"

For num3 define a system action move row - move next

For num4 define a custom action named "pass2"

drag a line from the form and add data store. Create 2 field in it "first" and "second"

set the event to be pass1 and map the value you want from the table to "first".

Create another line from the form to the data store with event pass 2 that maps value to second.

Create a new form with 2 field which default vlaue is the value in the data store.

******************************************************************************************

Points would be awarded to helpful answers.

Regards,

Sanjyoti.

former_member193545
Active Participant
0 Kudos

Hi

It is not possible to change the height of table rows, I am not sure what image you need to display, but it would be best to shrink the image if possible.

Jarrod Williams

Answers (0)