Skip to content

Commit

Permalink
fix: set table widths
Browse files Browse the repository at this point in the history
  • Loading branch information
gurdeep330 committed May 19, 2024
1 parent d07e53c commit 0a01864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/positive_paper_recommendation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ var dataTableOptions = {
columnDefs: [
{"className": "dt-center", "targets": "_all"},
// set width for both columns 0 and 1 as 25%
{ width: '5%', targets: 0 },
{ width: '25%', targets: 1 },
{ width: '20%', targets: 2 },
{ width: '10%', targets: 3 },
Expand Down
1 change: 1 addition & 0 deletions templates/topic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ var dataTableOptions = {
columnDefs: [
{"className": "dt-center", "targets": "_all"},
// set width for both columns 0 and 1 as 25%
{ width: '5%', targets: 0 },
{ width: '30%', targets: 1 },
{ width: '25%', targets: 2 },
{ width: '20%', targets: 4 }
Expand Down

0 comments on commit 0a01864

Please sign in to comment.