I am using formatter: 'showlink' option to display cell as link.
It works fine as ling as the cell value is string. If the cell value is number, it does not show link.
I used the console.log( $(“#mygrid”).getGridParam('colModel') ); option and it is displaying all parameters correctly.
Any idea?
Thanks