#9373 closed enhancement (fixed)
Improve formatting functionality on grid
Reported by: | Nathan Toone | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | General | Version: | 1.3.0 |
Keywords: | Cc: | Bryan Forbes | |
Blocked By: | Blocking: |
Description
Would be nice if we could do some (or all) of the following:
Pass "_item" as the field - meaning that the entire item gets passed down to the formatter function.
Allow the formatter function to return a widget or a dojo.Deferred object instead of being limited to returning strings.
Allow the formatter fucntions to execute within the scope of another object or widget.
Attachments (1)
Change History (4)
Changed 11 years ago by
Attachment: | formatterGridEnhancements.patch added |
---|
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Milestone: | future → 1.4 |
---|
comment:3 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
Patch and test case which implements this functionality