Skip to content

Commit

Permalink
Responsive Table
Browse files Browse the repository at this point in the history
  • Loading branch information
nilayb12 committed Jan 2, 2024
1 parent 038b37c commit acac1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function initDataTable() {
// $('td:eq(2)', row).html('<a href="' + data[2] + '"target="_blank" download>' + data[2].substr(data[2].lastIndexOf('\\') + 1) + '</a>');
// }
// },
// responsive: true,
responsive: true,
deferRender: true,
buttons: [
{
Expand Down

0 comments on commit acac1c2

Please sign in to comment.