Grid removed

DescriptionDescription

This event is triggered after grid items are removed from the layout.

ArgumentsArguments

ArgumentTypeDescription
itemsarrayHold grid items

ExampleExample

JS
Grid settings – JS field
wpgb.grid.on( 'removed', function( items ) {

	console.log( 'removed', items );

} );