Skip to content
Snippets Groups Projects
Commit c631e360 authored by raghosh's avatar raghosh
Browse files

#110: Presence in Biomolecular Condensates column is split into two lines on...

#110: Presence in Biomolecular Condensates column is split into two lines on protein list page and added to protein detail page.
parent a42fbb3a
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,7 @@ export default {
{
title: 'Presence in Biomolecular condensates',
data: 'biomolecular_condensate_count',
className: 'whitespace-normal break-words',
render: function (data, type, row, meta) {
return data ;
},
......@@ -124,6 +125,9 @@ export default {
paging: true,
searching: true,
info: true,
columnDefs: [
{ width: 200, targets: 4 }
],
bProcessing: true,
bServerSide: true,
fnServerData: function (sSource, aoData, fnCallback, oSettings) {
......
......@@ -381,7 +381,7 @@
</div>
<div class="row text-2xl">
<div class="text col-sm-3">
No. of Biomolecular Condensates
Presence in Biomolecular condensates
</div>
<div class="col-sm-9">
{{ response.data.biomolecular_condensate_count }}
......
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