I need to get the data id. This is part of my java script:
var primaryColumn = $('td[data-attribute="cr6e3_idarticulo"]').attr("data-id");
console.log(Output: " + primaryColumn);
But this is getting 'undefined' for me.
Can anybody help me out here ?
Cheers folks.