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 64ade64 commit c98b4e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/topic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,10 @@ 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: '3%', targets: 0 },
{ width: '35%', targets: 1 },
{ width: '25%', targets: 2 },
{ width: '20%', targets: 4 }
{ width: '15%', targets: 4 }

],
pageLength: 10,
Expand Down

0 comments on commit c98b4e4

Please sign in to comment.