Monday, August 6, 2012

Re: data tables with headers, footers and widgets in cells

The DataGrid will be able to do everything that you want, here is the link for the GWT Showcase of it: http://gwt.google.com/samples/Showcase/Showcase.html#!CwDataGrid

As you can see, you can have widgets inside of the cells.

For a better example of different widgets inside the cells you can look at: http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellSampler

On Monday, August 6, 2012 10:40:33 AM UTC-5, Matthew Pocock wrote:
Hi,

I'm developing an app that needs to display some info in a grid/table. It needs to support pinned headers/footers, paging, sorting, filtering, scrolling of the non-header/footer cells, and individual cells are custom widgets that are constantly listening to events and updating and/or which have custom editors attached.

I started off building on FlexTable, and this let me get all the custom, interactive cell behaviour working. However, it doesn't support any of the column operations or the header/footer and scrolling stuff. DataGrid seems to support the inverse - it does most of what I need but cells are not widgets.

What's the solution?

Thanks,

Matthew

--
Dr Matthew Pocock
Integrative Bioinformatics Group, School of Computing Science, Newcastle University
skype: matthew.pocock
tel: (0191) 2566550
mob: +447535664143

--
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/-/HSRUZKesAjQJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment