-
-
Save agapiospanos/e83a282888c95969ae18ec3fb3707e9b to your computer and use it in GitHub Desktop.
KTDatatable Problem with href javascript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
columns: [ | |
{ | |
field: 'Actions', | |
width: 110, | |
title: 'Ενέργειες', | |
sortable: false, | |
overflow: 'visible', | |
template: function(row) { | |
return '\ | |
<a href="javascript:alert('+row.id+');" onclick="javascript:alert('+row.id+');" data-user-id="'+ row.id +'" class="showQR btn btn-sm btn-clean btn-icon btn-icon-sm" title="QR Code">\ | |
<i class="la la-qrcode"></i>\ | |
</a>\ | |
'; | |
}, | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Did u find solution to it??