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 mailto: [email protected] gchat: [email protected] msn: [email protected] irc.freenode.net: drdozer 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
