ninsuo / symfony-collection

[NOT MAINTAINED] A jQuery plugin that manages adding, deleting and moving elements from a Symfony form collection
https://symfony-collection.fuz.org/
MIT License
444 stars 88 forks source link

Ability to create new collection item programmatically #146

Open BoShurik opened 5 years ago

BoShurik commented 5 years ago

Is it possible to add new item programmatically? e.g.

$collection.collection('add', function(element){
    // work with new item
});