Re: Grouping in GWT Celltable?

2015-02-24 Thread Mohammed
Can you please give me an example code for celltable grouping?

On Monday, February 23, 2015 at 4:17:17 PM UTC+5:30, Mohammed wrote:
>
> Hi,
> I need grouping in gwt celltable,Is it possible to have grouping on 
> celltable?Any example ,suggestion?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Grouping in GWT Celltable?

2015-02-24 Thread Tushar Bhasme
I think I did something similar in past. It was sort of a hack. I had all 
the data sorted from backend. While defining the columns in frontend, I 
would compare current data to previous data (store in a member variable). 
If both are same, don't set any data in the cell. It sort of gives an 
appearance of data being grouped.

Thanks,
Tushar

On Monday, February 23, 2015 at 4:17:17 PM UTC+5:30, Mohammed wrote:
>
> Hi,
> I need grouping in gwt celltable,Is it possible to have grouping on 
> celltable?Any example ,suggestion?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Grouping in GWT Celltable?

2015-02-23 Thread Mohammed
Hi,
I need grouping in gwt celltable,Is it possible to have grouping on 
celltable?Any example ,suggestion?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.