It works everywhere.

Global solution:

.t-data-grid tr {
  height: 200px;
}

Flexible solution:

<t:grid class="t-data-grid my-own-cool-css-class">
...
</t:grid>

css:

.my-own-cool-css-class tr {
  height: 200px;
}


On Mon, Feb 25, 2013 at 11:28 AM, Ken in Nashua <kcola...@live.com> wrote:

> Thanks Ivan...
>
> But does your solution actually work for t-grid ?
>
> that was the component I was referring to...sorry about the source
>
> ken
>




-- 
BR
Ivan

Reply via email to