Monday, August 6, 2012

data tables with headers, footers and widgets in cells

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 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