Personal tools

User:Hisa/SemanticResults: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 14: Line 14:
"iDisplayLength": -1,
"iDisplayLength": -1,
"aaSorting": [[0,'desc']],
"aaSorting": [[0,'desc']],
"aoColumnDefs": [ { "sWidth": "100px", "sType": "numeric", "aTargets": [0] }]
"aoColumnDefs": [{ "bVisible": false, "aTargets": [ 3 ] }, { "sWidth": "100px", "sType": "numeric", "aTargets": [0] }]
});
});


Line 25: Line 25:
if(this.checked){
if(this.checked){
oTable.fnFilter( '1', 3);
oTable.fnFilter( '1', 3);
$("#test").text("checked");
}else{
}else{
oTable.fnFilter( '', 3);
oTable.fnFilter( '', 3);
$("#test").text("unchecked");
}
}


})
})
Line 37: Line 36:


<input type="checkbox" name="p1" checked>Phase1 sample<div id="test"></div>
<input type="checkbox" name="p1" checked>Phase1 sample<div id="test"></div>
<table class="ff_sample_list"><thead><tr><th>id</th><th>name</th><th>species</th><th>datafreeze phase</th></tr></thead>
<table class="ff_sample_list"><thead><tr><th>id</th><th>name</th><th>species</th><th>datafreeze phase</th></tr></thead>
<tbody>
<tbody>

Revision as of 18:18, 29 June 2012

Phase1 sample

idnamespeciesdatafreeze phase
123n1s11
177n2s1
23n3s22
67n4s21