Re: CellTable custom header help.

2011-10-13 Thread Konstantin Zolotarev
Exactly this I was looking for. Thanks one more time ! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/zupz1pZc1H4J. To post to this group, se

Re: CellTable custom header help.

2011-10-13 Thread Jeff Larsen
An example http://showcase3.jlabanca-testing.appspot.com/#!CwCustomDataGrid -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/mU_6gWhP38wJ. To po

Re: CellTable custom header help.

2011-10-13 Thread Konstantin Zolotarev
Thanks a lot. Tomorrow I'll check this. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/gzquMeWyD_8J. To post to this group, send email to googl

Re: CellTable custom header help.

2011-10-13 Thread Jeff Larsen
Upgrade to trunk. There is a custom header builder in there. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/hDJSimfogmgJ. To post to this grou

Re: CellTable custom header help.

2011-10-13 Thread Konstantin Zolotarev
There is no problem with table styles. I have problem with table header. I couldn't create 2 level header. Is there any solutions ? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.

Re: CellTable custom header help.

2011-10-06 Thread Sudhakar Abraham
Create a cellTable using CellTable.Resources interface. Add your CellTableStyle.css file in your CellTable constructor. Construct the header using cell interface. //client side code. interface TableResources extends CellTable.Resources { @Source(value = { CellTable.Style.DEFAULT_CSS, "C

Re: CellTable custom header help.

2011-10-05 Thread Stanislav Ievlev
You can create a custom resources and initialize CellTable with them. -- public class CustomTable extends CellTable { public static interface TableResources extends CellTable.Resources { @Source({CellTable.Style.DEFAULT_CSS, "CustomTable.css"}) TableStyle cellTableStyle(); } public

CellTable custom header help.

2011-10-05 Thread Konstantin Zolotarev
How could I create such table ? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.g