Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
BFS42024-363 (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
fran-git-3 authored Jan 24, 2025
1 parent 2589ae7 commit 7b748db
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<legend>{{'STUDENTS_IN_BOOTCAMP'| oTranslate}}</legend>
<o-table class="general_table" virtual-scroll="false" attr="studentsBootcampTable" service="studentBootcamps"
entity="studentsWithBootcamp" keys="id" parent-keys="bootcamp_id:id"
columns="bootcamp_id;id;name;surname1;surname2;personal_email;student_id;status;sb_start_date;sb_end_date"
visible-columns="name;surname1;surname2;personal_email;status;sb_start_date;sb_end_date"
default-visible-columns="name;surname1;personal_email;status" query-rows="10"
columns="bootcamp_id;id;name;surname1;surname2;personal_email;student_id;sb_start_date;sb_end_date;student_bootcamp_status"
visible-columns="name;surname1;surname2;personal_email;sb_start_date;sb_end_date;student_bootcamp_status"
default-visible-columns="name;surname1;personal_email;student_bootcamp_status" query-rows="10"
show-report-on-demand-option="false" show-charts-on-demand-option="false" detail-mode="false" query-on-init="true" pageable="true"
insert-button="false" delete-button="false" refresh-button="false" selection-mode="none" virtual-scroll="true">
<o-table-column attr="sb_start_date" title="start_date" type="date" format="DD/MM/YYYY"></o-table-column>
Expand Down

0 comments on commit 7b748db

Please sign in to comment.