Inline doc
This commit is contained in:
parent
a663a038c7
commit
4bb98b73eb
File diff suppressed because one or more lines are too long
|
@ -461,6 +461,9 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
/* https://css-tricks.com/position-sticky-and-table-headers/ */
|
/* 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: `
|
template: `
|
||||||
<div class='q-student-results'>
|
<div class='q-student-results'>
|
||||||
<div class='q-studentname '><span>{{student.firstname}} {{student.lastname}}</span></div>
|
<div class='q-studentname '><span>{{student.firstname}} {{student.lastname}}</span></div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user