Opened 13 years ago
Closed 13 years ago
#4897 closed enhancement (invalid)
[PATCH][cla] Add a model that can use a key from a dataset
Reported by: | Bryan Forbes | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Grid | Version: | 0.9 |
Keywords: | patch | Cc: | |
Blocked By: | Blocking: |
Description
I have attached a patch that adds dojox.grid.data.keyedTable. I'm not sure if that's the best name for it, but it's what I could come up with. I know this will be useful because a lot of people will be looking for dojo.collections.Store-like functionality in the grid's model.
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | keyedTable.diff added |
---|
comment:1 Changed 13 years ago by
Owner: | changed from sjmiles to sorvell |
---|
comment:2 Changed 13 years ago by
Summary: | [PATCH] Add a model that can use a key from a dataset → [PATCH][cla] Add a model that can use a key from a dataset |
---|
comment:3 Changed 13 years ago by
Milestone: | 1.1 → 1.2 |
---|---|
Owner: | changed from sorvell to Bryan Forbes |
comment:4 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Since we removed the old grid and models and moved to dojo.data, this is no longer needed.
Note: See
TracTickets for help on using
tickets.
As far as I can tell, this is similar to the dojox.grid.data.Objects class. Is there any reason to include this particular implementation instead or in addition?
Passing this back to Bryan for comment. Thanks.