|
|
Rank: Newbie Groups: Member
Joined: 3/15/2009 Posts: 6 Points: 18
|
Hi, I want to display the results as grid with multiple columns . I can't align the data into columns (the columns are not aligned well) Can someone post example of how to define the header, body template in order to do that ?
Thanks Nir
|
|
Rank: Administration Groups: Administration
Joined: 11/18/2007 Posts: 80 Points: 152
|
Hi Nir, I think you need to use a table with a fixed cell width specified in %. e.g.: Code:... Template="<table style='width:100%;' cellpading='2' cellspacing='1'><tr><td style='width:30%;'>#{Title}</td><td style='width:70%;'>#{Description}</td></tr></table>" ... Thanks Mikhail
|
|
Rank: Newbie Groups: Member
Joined: 3/15/2009 Posts: 6 Points: 18
|
Thanks Mikhail , It works with percentage width , I tried before with fixed pixel width which doesn't .
Thanks Nir
|
|
|
Guest |