views:

27

answers:

0

YUI Datatable allows to set the height during construction like:

new YAHOO.widget.ScrollingDataTable("xyscrolling", myColumnDefs, myDataSource, 
{width:"30em", height:"10em"});

Is there YUI api to set Datatable height programmatically on already existing instance?