Skip to content

Commit

Permalink
Merge pull request #71 from febrezo/investigators-tabs-with-emoji-in-…
Browse files Browse the repository at this point in the history
…headers

Expand columns in the investigators view
  • Loading branch information
cyb3rfox authored Mar 27, 2021
2 parents 69085a2 981c288 commit d06cdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui_definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 651,7 @@ var config = {
],
columns: [
{ field: 'text', sortable: true, caption: 'Short Name', size: '100px', editable: { type: 'text', min: 3, max: 5 } },
{ field: 'full_name', sortable: true, caption: 'Full Name', size: '200px', editable: { type: 'text', min: 5, max: 40 } },
{ field: 'full_name', sortable: true, caption: 'Full Name', size: '100%', editable: { type: 'text', min: 5, max: 40 } },
{ field: 'affiliation', sortable: true, caption: '🏢 Affiliation', size: '100px',editable: { type: 'text', min: 5, max: 40 } },
{ field: 'role', sortable: true, caption: '🙋 Role', size: '150px', editable: { type: 'text', min: 0, max: 40 } },
{ field: 'contact_email', sortable: true, caption: '📬 Email', size: '150px', editable: { type: 'text', min: 5, max: 40 } },
Expand Down

0 comments on commit d06cdce

Please sign in to comment.