Ticket #4897 (closed enhancement: invalid)

Opened 9 months ago

Last modified 2 months ago

[PATCH][cla] Add a model that can use a key from a dataset

Reported by: BryanForbes Owned by: BryanForbes
Priority: normal Milestone: 1.2
Component: DojoX Grid Version: 0.9
Severity: normal Keywords: patch
Cc:

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

keyedTable.diff (2.1 kB) - added by BryanForbes 9 months ago.

Change History

Changed 9 months ago by BryanForbes

Changed 9 months ago by BryanForbes

  • owner changed from sjmiles to sorvell

Changed 7 months ago by dylan

  • summary changed from [PATCH] Add a model that can use a key from a dataset to [PATCH][cla] Add a model that can use a key from a dataset

Changed 5 months ago by sorvell

  • owner changed from sorvell to BryanForbes
  • milestone changed from 1.1 to 1.2

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.

Changed 2 months ago by BryanForbes

  • status changed from new to closed
  • resolution set to invalid

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.