Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ICAT
Datahub
Commits
98fec415
Commit
98fec415
authored
Jul 01, 2021
by
Marjolaine Bodin
Browse files
#507
sort by title
parent
9812eaf8
Pipeline
#49636
passed with stage
in 2 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/Investigation/InvestigationTable.js
View file @
98fec415
...
...
@@ -100,7 +100,7 @@ function getColumns({ showProposalLinks, showInvestigationStats, showFiles }) {
{
text
:
'
Title
'
,
sort
:
true
,
dataField
:
'
summary
'
,
dataField
:
'
title
'
,
formatter
:
(
_
,
investigation
)
=>
investigation
.
title
.
length
<
10
?
investigation
.
summary
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment