Hi
First of all thx 4 the hardwork.
Reproduce:
colmodel:
{name:'Username', index:'Username', editable:true,formatter:addlink,unformat:unaddlink},
…
function addlink (cellvalue, options, rowObject)
{
return “$” + cellvalue; //sufficent 4demonstrations purpose
}
function unaddlink (cellvalue,options,cell)
{
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top