DescriptionDescription
This event is triggered after grid items are removed from the layout.
ArgumentsArguments
Argument | Type | Description |
items | array | Hold grid items |
ExampleExample
JS
Grid settings – JS field
wpgb.grid.on( 'removed', function( items ) {
console.log( 'removed', items );
} );