In my [WebApp] I have Datatable set with:
1) When I passe the mouse over the Datatable the cussor is "text" and the row does not change aspect but when click I can select the row and return data.
How to modify that ?
2) When I click on the row I have the file name.
How to dowload it like it was a link ?
and this Datatable is filed with files list.$('#tblfiles').dataTable( {
"bFilter": true,
"bPaginate": true,
"bLengthChange": true,
"bSort": true,
"bInfo": true,
"bAutoWidth": true,
"bProcessing": true
});
1) When I passe the mouse over the Datatable the cussor is "text" and the row does not change aspect but when click I can select the row and return data.
How to modify that ?
2) When I click on the row I have the file name.
How to dowload it like it was a link ?