Pman.Tab.PersonList.js
authorbenny <benny@roojs.com>
Fri, 13 Jul 2018 08:01:33 +0000 (16:01 +0800)
committerbenny <benny@roojs.com>
Fri, 13 Jul 2018 08:01:33 +0000 (16:01 +0800)
Pman.Tab.PersonList.js

index c8c18e2..2435847 100644 (file)
@@ -456,7 +456,7 @@ Pman.Tab.PersonList.prototype = {
                 icon: rootURL + '/Pman/templates/images/trash.gif',
                 handler : function(){
                     //Pman.genericDelete(_this, 'Person'); 
-                    console.log(_this.grid);
+                    console.log(_this.grid.selModel.last);
                     var rec = _this.grid.ds.getAt(rowIndex);