cancel
Showing results for 
Search instead for 
Did you mean: 

I need that this button must get displayed after an empty space below table

Former Member
0 Kudos

Hi

I have created a table and added a button at bottom of table.

I need that this button must get displayed after an empty space below table.

How can i get an empty space there.

I have took a transparent container and selected a grid layout for it.

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

For you table property set the padding top to large.

Regards,

Murtuza

former_member1
Active Participant
0 Kudos

1 Way...

Provide the padding bottom to the desired value in the Pixel

2nd Way...

Put a invisible element with a fixed height...

Former Member
0 Kudos

Hi,

Option 1. Add Invisible element before button.

Option 2. Add Horizontal Gutter and set hasRule Property to false.

Increase column count of table if necessary.

Regards,

Apurva

Former Member
0 Kudos

Thanks Apurva....inserting "Horizontal gutter" solved my problem.

I need one more help.

In this transparent container, i have to add a header text displaying caption for this table and then a section which will display some buttons and text, then this table will be displayed and at last this update button.

i.e.

1. header text

2. area with few buttons and text(lables)

3. Current table

4. update button.

for this as i specified i have used a transparent container with grid layout...

Please guide me in this...

Thanks....

former_member1
Active Participant
0 Kudos

1. header text

Use Group UI Element... Give the table label here for the Group which will be visible as the header

2. area with few buttons and text(lables)

Add a transparent container in the Group and put the buttons here

3. Current table

Add the table in the group UI Elment

4. update button.

Add the update button on the Group UI element.

Properties

Group Container : Grid Layout, Col Count = 1

Button Container : Grid Layout, Col Count = no of buttons, Colspan= 1

Table: ColSpan=1

Button: Colspan=1