Skip to content
Snippets Groups Projects
Commit 276d0c8b authored by moon's avatar moon
Browse files

Merge branch 'protein_list_page' into develop

parents a42fbb3a c631e360
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