I am using jqGrid (via JSON data from mysql table) to display a column of links to other html pages. How can I get the baselinkurl
to open in a new tab of the browser?
Thanks in advance.
I am using jqGrid (via JSON data from mysql table) to display a column of links to other html pages. How can I get the baselinkurl
to open in a new tab of the browser?
Thanks in advance.
收起
Per http://www.trirand.com/jqgridwiki/doku.php?id=wiki:predefined_formatter
you can use a showlink
and set the target
attribute to be "_blank"
报告相同问题?