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="cross_properties_crossingtrial_table">
12 <th>Cross Unique ID</th>
13 <th>Cross Combination</th>
14 % my $cross_properties = $c->config->{cross_properties};
15 % my @column_header = split ',',$cross_properties;
16 % foreach my $column_header(@column_header){
17 <th><%$column_header%></th>
27 jQuery(document).ready(function(){
29 jQuery('#cross_properties_crossingtrial_section_onswitch').click(function(){
30 jQuery('#cross_properties_crossingtrial_table').DataTable({
32 'ajax':'/ajax/breeders/trial/'+ <% $trial_id %> + '/cross_properties_trial',