diff --git a/content/multipledataset.html b/content/multipledataset.html index ef1961c8..eb96f92d 100644 --- a/content/multipledataset.html +++ b/content/multipledataset.html @@ -5,6 +5,7 @@ draft: false --- + @@ -137,9 +138,7 @@ draft: false Reflect.setPrototypeOf(key[0], method.prototype) Reflect.setPrototypeOf(key[1], DOI.prototype) for (const el of key) { - var td = $("", { - style: "white-space: nowrap;" - }) + var td = $("") if (trueTypeOf(el) == DOI.name) { var publi = doiCache.get(el.string) const sets=await getSets() @@ -238,11 +237,9 @@ draft: false else if (d instanceof twoStateDataFileBase) { tableels.splice(3, 0, [d.GS, d.ES]) } - tdtemp=$("", { - style: "white-space: nowrap;" - }) + tdtemp=$("") for (const el of tableels) { - td=$(tdtemp).clone() + td=$("") if (trueTypeOf(el) == DOI.name) { var publi = doiCache.get(el.string) const sets=await getSets() @@ -328,7 +325,7 @@ draft: false
- +
@@ -345,7 +342,7 @@ draft: false
Molecule Comment
- +
diff --git a/static/css/table.css b/static/css/table.css new file mode 100644 index 00000000..00c5e081 --- /dev/null +++ b/static/css/table.css @@ -0,0 +1,3 @@ +table.datatable > tbody > tr > td { + white-space: nowrap; +} \ No newline at end of file
Method Publication