From c98b4e498acab2865dfe2fcbc15f66f3f1756856 Mon Sep 17 00:00:00 2001 From: gurdeep330 Date: Sun, 19 May 2024 12:29:18 +0200 Subject: [PATCH] fix: set table widths --- templates/topic.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/topic.txt b/templates/topic.txt index ae584fe4..84d73fe8 100644 --- a/templates/topic.txt +++ b/templates/topic.txt @@ -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,