how to make a backgound image in the datatable as clickable link?

how to make a backgound image in the datatable as clickable link?

pratik24pratik24 Posts: 1Questions: 0Answers: 0
edited June 2013 in DataTables 1.9
/style>




$(document).ready(function(){
$('#example').dataTable( {
"sScrollY": "200px",
"bPaginate": false,
"bScrollCollapse": true
} );
});










Add Code Edit
Import
Export


Identifier
Label
Categories
UpdatedBy
UpdatedAt








Row 1 Data 1
Row 1 Data 2
Row 1 Data 3
Row 1 Data 4
Row 1 Data 5

Replies

  • koosvdkolkkoosvdkolk Posts: 169Questions: 0Answers: 0
    Please post your example on http://live.datatables.net
This discussion has been closed.