Opened 14 years ago
Closed 14 years ago
#1531 closed enhancement (fixed)
Feature request - dojo.collections.Store method addDataRangeByIndex
Reported by: | Owned by: | Tom Trenka | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Collections | Version: | 0.4 |
Keywords: | Store | Cc: | |
Blocked By: | Blocking: |
Description
It would be useful in the dojo.collections.Store object to be able to add objects to any place in the store. This could be achieved quite simply using the Array.splice method.
Two methods would be required, addDataRangeByIndex for adding multiple objects at once, and addDataByIndex for adding a single object. The simple case I need is to prepend data to the store, but of course this could be used to insert data anywhere, rather than just at the end of the Store as is currently possible.
Change History (2)
comment:1 Changed 14 years ago by
Owner: | changed from Tom Trenka to Tom Trenka |
---|---|
Version: | 0.5 → 0.4 |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Assigning correctly.