LP1803787 Grid toolbar actions menu component; cleanup
[evergreen-equinox.git] / Open-ILS / src / eg2 / src / app / staff / sandbox / sandbox.component.ts
index 4dd8892..6d4e2ea 100644 (file)
@@ -152,6 +152,11 @@ export class SandboxComponent implements OnInit {
         this.sbChannel.postMessage({msg : $event.target.value});
     }
 
+    // Example of click handler for row action
+    complimentEvergreen2(rows: IdlObject[]) {
+        alert('I know, right?');
+    }
+
     openEditor() {
         this.fmRecordEditor.open({size: 'lg'}).then(
             ok => { console.debug(ok); },