Is there any other easy and faster way to add text to FlexTable?

2009-04-01 Thread Suren
Hi All, I am using FlexTable to populate 100 rows and each row has around 90 columns. below is my code to acheive that..But its very time consuming. please advise if anyother easy way to implement this also if anyother controls I can try out other than FlexTable. [code] public void onSuccess(Obj

Re: Is there any other easy and faster way to add text to FlexTable?

2009-04-01 Thread Thomas Broyer
On 1 avr, 09:20, Suren wrote: > Hi All, > > I am using FlexTable to populate 100 rows and each row has around 90 > columns. First, if you know in advance the size of your "grid" and you do not need cells spanning multiple columns or rows, consider using a Grid rather than FlexTable. > Please

Re: Is there any other easy and faster way to add text to FlexTable?

2009-04-02 Thread Suren
Hi Thomas, Thanks for the reply. I 've visted the link you gave, it sounds interesting. But how can I acheive that? Also I would like to mention that, I am populating 100 columns and 100 rows in flextable. And I am setting styles using cellFormatter. but its lightning fast in firefox and dead