diff options
Diffstat (limited to 'client/tables.js')
| -rw-r--r-- | client/tables.js | 4 |
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 }, ] |
