I have a problem with this new code
Sorry but my inglish is too poor to describe this isue properly
I have a mapping
{name:"id", index:"id", width:40, sorttype:"string", editable:false},
{name:"login", index:"login", width:100, sorttype:"string", editable: true},
{name:"firstName", index:"firstName", width:100, sorttype:"string", editable:true},
{name:"lastName", index:"lastName", width:100, sorttype:"string", editable:true},
{name:"newPassword", index:"newPassword", hidden:true, editable: true, edittype:"password",editrules:{edithidden:true}},
{name:"confirmPassword",index:"confirmPassword", hidden:true, editable: true, edittype:"password",editrules:{edithidden:true}}
It not really matters what columns I have. Look at last two of them. They are hidden and editable. The front-end dont need real passwords becouse they are encrypted and so on. So I dont send this fields
row : [{ id : 1, cell : [1, "CTAPbIu_MABP", "First Name", "Last Name"]}]
before this changes (before you create getAccessor) this code works fine. and now it breaks with erroron line
if(prm.length)
becouse