diff --git a/examples/ObsCore_003.xml b/examples/ObsCore_003.xml
new file mode 100644
index 00000000..0ad292ed
--- /dev/null
+++ b/examples/ObsCore_003.xml
@@ -0,0 +1,212 @@
+
+
+
+
+
+ 3
+ 214.9
+ 56.7
+ 0.2
+ polygon 215.92 56.25 214.03 56.25 214.03 57.34 215.92 57.34
+ ivo://SKA/SrcNet/APERTIF_DR1/200110007_AP_B037/HI_image_cube3
+ APERTIF_DR1
+ wsrt
+ Apertif
+ 200104010
+ cube
+ HI_spectral_cubes
+ 2020-01-04T06:38:21Z
+ NGC 5585
+ 0.4
+ 661
+ 661
+ 61416.3556875
+ 61416.356376527775
+ 59.575
+ 0.1
+ 1218
+ 0.211
+ 0.217
+ 7000000
+ 100000
+ 4
+ https://raw.githubusercontent.com/VisIVOLab/SKA-Discovery-Service-Mockup/main/DataLink/DataLink_003.xml
+ 2128688640
+ I Q U V
+ phot.flux.density;phys.polarization
+ application/x-votable+xml;content=datalink
+
+
+ 3
+ 214.9
+ 56.7
+ 0.2
+ polygon 215.92 56.25 214.03 56.25 214.03 57.34 215.92 57.34
+ ivo://SKA/SrcNet/APERTIF_DR1/200110007_AP_B037/HI_image_cube3
+ APERTIF_DR1
+ wsrt
+ Apertif
+ 200104010
+ cube
+ HI_spectral_cubes
+ 2020-01-04T06:38:21Z
+ NGC 5585
+ 0.4
+ 661
+ 661
+ 61416.3556875
+ 61416.356376527775
+ 59.575
+ 0.1
+ 1218
+ 0.211
+ 0.217
+ 7000000
+ 100000
+ 4
+ https://raw.githubusercontent.com/VisIVOLab/SKA-Discovery-Service-Mockup/main/DataLink/DataLink_003.xml
+ 2128688640
+ I Q U V
+ phot.flux.density;phys.polarization
+ application/x-votable+xml;content=datalink
+
| ivo://SKA/SrcNet/APERTIF_DR1/200110007_AP_B037/HI_image_cube3 | +https://vo.astron.nl/getproduct/APERTIF_DR1/200110007_AP_B037/HI_image_cube3.fits | ++ | + | #this | +The full dataset | +image/fits | +2128688640 | +cube | +|||
| ivo://SKA/SrcNet/APERTIF_DR1/200110007_AP_B037/HI_image_cube3 | +https://alasky.cds.unistra.fr/hips-cube-services/compute/hips:httpsalasky.cds.unistra.fr;SKA-demo;hips;APERTIF;HiPS_APERTIF_cube_NGC5585-cubic-tiles%7Cexpr:s0_1211 | ++ | + | #derived | +Moment zero map of the cube (in HiPS format) | +application/hips | +2128688640 | +image | +|||
| ivo://SKA/SrcNet/APERTIF_DR1/200110007_AP_B037/HI_image_cube3 | +https://alasky.cds.unistra.fr/hips-cube-services/compute/hips:httpsalasky.cds.unistra.fr;SKA-demo;hips;APERTIF;HiPS_APERTIF_cube_NGC5585-cubic-tiles%7Cexpr:s345_410-(s0_1211;24) | ++ | + | #derived | +HI Line map derived from the cube (in HiPS format) | +application/hips | +2128688640 | +image | +|||
| ivo://SKA/SrcNet/APERTIF_DR1/200110007_AP_B037/HI_image_cube3 | +https://alasky.cds.unistra.fr/hips-cube-services/color/hips:httpsalasky.cds.unistra.fr;SKA-demo;hips;APERTIF;HiPS_APERTIF_cube_NGC5585%7Cblue:345-365%7Cgreen:365-385%7Cred:385-405 | ++ | + | #derived | +velocity variation color map derived from the cube (in HiPS format) | +application/hips | +2128688640 | +image | +|||
| ivo://SKA/SrcNet/APERTIF_DR1/200110007_AP_B037/HI_image_cube3 | ++ | soda-HiPS | ++ | #cutout | +SODA-HiPS cutout of moment zero map of ivo://SKA/SrcNet/APERTIF_DR1/200110007_AP_B037/HI_image_cube3 | +image/fits | ++ | + | |||
| ivo://SKA/SrcNet/APERTIF_DR1/200110007_AP_B037/HI_image_cube3 | ++ | soda-sync | ++ | #cutout | +SODA-sync cutout of ivo://SKA/SrcNet/APERTIF_DR1/200110007_AP_B037/HI_image_cube3 | +image/fits | ++ | + | |||
| ivo://SKA/SrcNet/APERTIF_DR1/200110007_AP_B037/HI_image_cube3 | ++ | soda-async | ++ | #cutout | +SODA-async cutout of ivo://SKA/SrcNet/APERTIF_DR1/200110007_AP_B037/HI_image_cube3 | +image/fits | ++ | + |
' + this.curPage + '/' + this.numPages + '
'; } // show measurement associated with a given source - MeasurementTable.prototype.showMeasurement = function(rows) { + MeasurementTable.prototype.showMeasurement = function(rows, table) { + this.fieldsClickCallbacks = table.fieldsClickCallbacks; // compute the number of pages this.numPages = Math.floor(rows.length / this.numRowsByPage); if (rows.length % this.numRowsByPage > 0) { @@ -89,13 +119,25 @@ export let MeasurementTable = (function() { thead += ''; let tbody = MeasurementTable.updateBodyTable(rows.slice(0, this.numRowsByPage)); - this.divEl.append('