Skip to Content
0
Jun 15, 2018 at 03:10 PM

how to set height to table

101 Views

Hello friends , i'm triying to set hegt to my table body but is not working, look this this my view:

<l:Grid HEIGHT="100%">
	<content>
	   <ScrollContainer vertical="true" height="40REM">
		<Table 	 	id="tabInfoCitas"
				fixedLayout="true"
				popinLayout="Block"
				mode="SingleSelectMaster"
				selectionChange="onSelect3onChange"
				alternateRowColors="false"
				noDataText=" "
				width="100%"
				height="100%">

and this is how my table looks like:

and this is how i want they looks like:

i tried to making grow last child of each table but in my launchpad send that item to the midle od the blank space , i tried with css sending height to my body table but does not work

Attachments

tables.png (10.2 kB)
tables-i-want.png (18.3 kB)