my piece of code
…..
|
1 2 3 4 5 6 7 8 |
colModel: [ { label: 'id', name: 'id', key: true, width: 5,hidden: true}, { label: 'tmtbl',name: 'tmtbl', width: 5,search:false}, { label: 'tm',name: 'tm', width: 6,search:false, formatter: function (cellvalue) { return "<a href='#'><img src='images/"+cellvalue+"' title="+tmtbl+"></img></a>" } }, |
…..
how to insert two variables in the third column?
thank for help
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top