8 <table class="table table-hover table-bordered" id="stock_direct_genotypes_datatable">
11 <th>Genotyping Data Project Name</th>
12 <th>Genotyping Data Project Description</th>
13 <th>Protocol Name</th>
14 <th>Genotype Description</th>
22 jQuery(document).ready(function () {
24 jQuery('#stock_genotypes_section_onswitch').one("click", function() {
25 var stock_genotypes_table = jQuery('#stock_direct_genotypes_datatable').DataTable({
32 'ajax': '/stock/<% $stock_id %>/datatables/genotype_data'