Row vertical center in list page

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
stpaulin
User
Posts: 139

Row vertical center in list page

Post by stpaulin »

Hello everyone,
In the list page, is there a way to vertically center the td contents when there are one or more line breaks in at least one td ?
Any ideas?


stpaulin
User
Posts: 139

Post by stpaulin »

function Row_Rendered()
{
	$this->RowAttrs->appendClass("align-middle");
}

Post Reply