summaryrefslogtreecommitdiff
path: root/client/tables.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-03-04 23:08:03 +0100
committerJules Laplace <julescarbon@gmail.com>2019-03-04 23:08:03 +0100
commitd8d856d6936c43fc715783be15be089d9bb54c00 (patch)
tree653b2f9157d1cbd1acacfcc7d78d49e993ea95a5 /client/tables.js
parentdd4bffe53c1208685855eb70abeebad0b4f95d25 (diff)
tables..
Diffstat (limited to 'client/tables.js')
-rw-r--r--client/tables.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/tables.js b/client/tables.js
index f24a9291..851f76f5 100644
--- a/client/tables.js
+++ b/client/tables.js
@@ -11,9 +11,9 @@ const datasetColumns = [
// { title: 'Origin', field: 'origin', sorter: 'string' },
]
const citationsColumns = [
- { title: 'Title', field: 'title', sorter: 'string', width: 400 },
+ { title: 'Title', field: 'title', sorter: 'string' },
{ title: 'Institution', field: 'institution', sorter: 'string' },
- { title: 'Country', field: 'country', sorter: 'string' },
+ { title: 'Country', field: 'country', sorter: 'string', width: 140 },
{ title: 'Year', field: 'year', sorter: 'number', width: 70 },
{ title: 'PDF', field: 'pdf', formatter: 'link', sorter: 'string', width: 100 },
]