hootsuite / grid

Drag and drop library for two-dimensional, resizable and responsive lists
http://hootsuite.github.io/grid/
Apache License 2.0
3.57k stars 279 forks source link

Add insertItem and removeItem methods to GridList class #29

Open ovidiuch opened 10 years ago

ovidiuch commented 10 years ago

Need

Items need to be added and removed to a GridList instance without instantiating a new one whenever such action is needed.

Deliverables

javajosh commented 10 years ago

Hi! I was just browsing the code looking for something like this. +1

holietenk commented 10 years ago

+1 !!!!!!!!!!

Daijobou commented 10 years ago

+1

yamila-fraiman commented 10 years ago

+1!!!!!!!!

PonteIneptique commented 9 years ago

Hey Skidding, I am looking for this method. Is there any upgrade on this point ?

stefanhendriks commented 9 years ago

+1 - Yes, it would be nice if we could do this. For now solved this by having our own copy of the list of items and when we manipulate that we re-instantiate GridList with the updated list.

RonakKhandelwal commented 7 years ago

Any updates??

vaheqelyan commented 5 years ago

Any updates?