Skip to content

Commit 7910904

Browse files
committed
Added PRECISE2 and Updated Splash
1 parent d05b4fe commit 7910904

File tree

18,611 files changed

+8409267
-12298
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

18,611 files changed

+8409267
-12298
lines changed

dataset.html

+2
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ <h5 class="text-center">iModulons</h5>
264264
{
265265
title: "Category", field: "Category", formatter: "textarea",
266266
sorter: function (a, b, aRow, bRow, column, dir, sorterParams) {
267+
console.log('in sorter')
268+
console.log(aRow.getData().category_num)
267269
return aRow.getData().category_num - bRow.getData().category_num;
268270
},
269271
widthGrow: 2

0 commit comments

Comments
 (0)