how to make a backgound image in the datatable as clickable link?
how to make a backgound image in the datatable as clickable link?
pratik24
Posts: 1Questions: 0Answers: 0
/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
$(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
This discussion has been closed.
Replies