- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
function profilesFormat(cellvalue,options,rowObject){
//newValue = '<a href="/profiles?name='+encodeURIComponent(cellvalue)+'">'+cellvalue+'</a>';
//return newValue
return cellvalue
}
function clientFormat(cellvalue,options,rowObject){
//newValue = '<a href="/clients?name='+encodeURIComponent(cellvalue)+'">'+cellvalue+'</a>';
//return newValue
return cellvalue
}
guest8 09.04.2019 12:24 # −999