{% macro component( id="staff", checkboxes=true, avatar=true, employer=true, projects=true, pagination=true, search=false, items=[{ selected: true, avatar: "assets/images/256_rsz_nicolas-horn-689011-unsplash.jpg", name: "Kalum Atherton", employer: "Google", projects: "10", last_active: "3 days ago", earnings: "12,402" }, { selected: false, avatar: "assets/images/256_rsz_sharina-mae-agellon-377466-unsplash.jpg", name: "Helen Mcdaniel", employer: "Facebook", projects: "23", last_active: "2 days ago", earnings: "48,108" }, { selected: false, avatar: "assets/images/256_rsz_karl-s-973833-unsplash.jpg", name: "Karim Hicks", employer: "Dribbble", projects: "12", last_active: "1 hour ago", earnings: "11,802" }, { selected: false, avatar: "assets/images/256_rsz_90-jiang-640827-unsplash.jpg", name: "Clifford Burgess", employer: "Google", projects: "32", last_active: "2 hours ago", earnings: "84,401" }]) %}
|
|
{% endif %}
Employee | {% if employer %}Employer | {% endif %} {% if projects %}Projects | {% endif %}Active | Earnings | |
|---|---|---|---|---|---|---|
|
|
{% endif %}
{% if avatar %}
{% endif %}
{{ item.name }}
{% if avatar %}
|
{% if employer %}
{{ item.employer }}
star
|
{% endif %}
{% if projects %}{{ item.projects }} | {% endif %}{{ item.last_active }} | ${{ item.earnings }} | more_vert |