Skip to content
Snippets Groups Projects
Commit 343fc457 authored by esikkala's avatar esikkala
Browse files

Render manuscript id

parent 18e3016e
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ class VirtualizedTable extends React.PureComponent {
>
<Column
label="ID"
cellDataGetter={({rowData}) => rowData.id}
cellDataGetter={({rowData}) => rowData.id.replace('http://ldf.fi/mmm/manifestation_singleton/', '')}
dataKey="id"
headerRenderer={headerRenderer}
cellRenderer={labelRenderer}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment