Inline doc

This commit is contained in:
PMKuipers 2024-02-19 12:18:07 +01:00
parent a663a038c7
commit 4bb98b73eb
2 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -461,6 +461,9 @@ export default {
}
},
/* https://css-tricks.com/position-sticky-and-table-headers/ */
/* TODO: Rework below to make use of tables. Use <Thead> as main element. Then create multiple <tr> as needed for the headers.
This should create a much better view than using divs overal.
*/
template: `
<div class='q-student-results'>
<div class='q-studentname '><span>{{student.firstname}} {{student.lastname}}</span></div>