5 <& /util/import_javascript.mas, classes => [ 'jquery', 'jquery.dataTables' ] &>
6 <& /util/import_css.mas, paths => ['/documents/inc/datatables/jquery.dataTables.css'] &>
8 <div style="overflow:scroll">
9 <table class="table table-hover table-bordered" id="target_numbers_and_progress_table">
12 <th>Female Accession</th>
13 <th>Male Accession</th>
14 <th>Target No. of Seeds</th>
15 <th>Actual No. of Seeds</th>
16 <th>Target No. of Progenies</th>
17 <th>Actual No. of Progenies</th>
18 <th>Cross Unique IDs</th>
27 jQuery(document).ready(function(){
29 jQuery('#target_numbers_crossingtrial_section_onswitch').click(function(){
30 jQuery('#target_numbers_and_progress_table').DataTable({
32 'ajax': '/ajax/crossing_experiment/target_numbers_and_progress/'+ <% $trial_id %>,