Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Formatting detail fields

    Formatting regular cells works fine, but what about details fields that are shown when the record is expanded (via ListGrid.setExpansionMode(ExpansionMode.DETAILS))? Is there any easy way to have them formatted (at best like the regular cells) too?

    Thanks
    fatzopilot

    #2
    If you override getExpansionComponent(), first thing call super.getExpansionComponent() that will return the details viewer which you customize as you would any component.

    Comment

    Working...
    X