Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 81970

I want to make the link transaction to new tab

$
0
0

I made some new Datatables, and I try to make a hyperlink to that.
Here is the code that I wrote.

    var apiInfo = {
        url: staff_list_url,
        method: "GET",
        parameter: "SearchArea",
        aoColumns: [
            {
                sTitle: "CODE", mData: "CODE", sClass: "dt-body-center",
                link: { url: "@Url.Content("~/Staff/Summary")", parameter: ["CODE"] }
            },
            {
                sTitle: "NAME", mData: "NAME",
            },
        ],

if i press the "CODE", I can transfer to the page which is written as @Url.Content (localhost/Staff/Summary)
but It transfer in the same tab, I want to transfer with new tab.

Thanks...


Viewing all articles
Browse latest Browse all 81970

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>