EasyUI 扩展 detailFormatter

点击“+”获取值 ,传入处理页面,返回数据,显示在 detailFormatter 里面
求 代码!

easyui官网的demo里就有啊

http://blog.csdn.net/huchiwei/article/details/7787947

                 detailFormatter:function(index,row){
                    return '<div class="ddv" style="padding:5px 0"></div>';
                },
                onExpandRow: function(index,row){
                    var ddv = $(this).datagrid('getRowDetail',index).find('div.ddv');