表格可用于以表格格式显示数据列表。
类名 | 类型 | |
---|---|---|
table | 组件 | 用于 <table> 标签 |
table-zebra | 修饰符 | 用于 <table> 以显示斑马条纹行 |
table-pin-rows | 修饰符 | 用于 <table> 使 <thead> 和 <tfoot> 内的所有行保持粘性 |
table-pin-cols | 修饰符 | 用于 <table> 使所有 <th> 列保持粘性 |
table-xs | 尺寸 | 超小尺寸 |
table-sm | 尺寸 | 小尺寸 |
table-md | 尺寸 | 中等尺寸[默认] |
table-lg | 尺寸 | 大尺寸 |
table-xl | 尺寸 | 超大尺寸 |
姓名 | 职业 | 喜欢的颜色 | |
---|---|---|---|
1 | Cy Ganderton | 质量控制专家 | 蓝色 |
2 | Hart Hagerty | 桌面支持技术员 | 紫色 |
3 | Brice Swyre | 税务会计师 | 红色 |
<div class="overflow-x-auto"> <table class="$$table"> <!-- head --> <thead> <tr> <th></th> <th>Name</th> <th>Job</th> <th>Favorite Color</th> </tr> </thead> <tbody> <!-- row 1 --> <tr> <th>1</th> <td>Cy Ganderton</td> <td>Quality Control Specialist</td> <td>Blue</td> </tr> <!-- row 2 --> <tr> <th>2</th> <td>Hart Hagerty</td> <td>Desktop Support Technician</td> <td>Purple</td> </tr> <!-- row 3 --> <tr> <th>3</th> <td>Brice Swyre</td> <td>Tax Accountant</td> <td>Red</td> </tr> </tbody> </table> </div>
<div class="overflow-x-auto">
<table class="$$table">
<!-- head -->
<thead>
<tr>
<th></th>
<th>Name</th>
<th>Job</th>
<th>Favorite Color</th>
</tr>
</thead>
<tbody>
<!-- row 1 -->
<tr>
<th>1</th>
<td>Cy Ganderton</td>
<td>Quality Control Specialist</td>
<td>Blue</td>
</tr>
<!-- row 2 -->
<tr>
<th>2</th>
<td>Hart Hagerty</td>
<td>Desktop Support Technician</td>
<td>Purple</td>
</tr>
<!-- row 3 -->
<tr>
<th>3</th>
<td>Brice Swyre</td>
<td>Tax Accountant</td>
<td>Red</td>
</tr>
</tbody>
</table>
</div>
<div class="overflow-x-auto"> <table class="$$table"> <!-- head --> <thead> <tr> <th></th> <th>Name</th> <th>Job</th> <th>Favorite Color</th> </tr> </thead> <tbody> <!-- row 1 --> <tr> <th>1</th> <td>Cy Ganderton</td> <td>Quality Control Specialist</td> <td>Blue</td> </tr> <!-- row 2 --> <tr> <th>2</th> <td>Hart Hagerty</td> <td>Desktop Support Technician</td> <td>Purple</td> </tr> <!-- row 3 --> <tr> <th>3</th> <td>Brice Swyre</td> <td>Tax Accountant</td> <td>Red</td> </tr> </tbody> </table> </div>
<div class="overflow-x-auto">
<table class="$$table">
<!-- head -->
<thead>
<tr>
<th></th>
<th>Name</th>
<th>Job</th>
<th>Favorite Color</th>
</tr>
</thead>
<tbody>
<!-- row 1 -->
<tr>
<th>1</th>
<td>Cy Ganderton</td>
<td>Quality Control Specialist</td>
<td>Blue</td>
</tr>
<!-- row 2 -->
<tr>
<th>2</th>
<td>Hart Hagerty</td>
<td>Desktop Support Technician</td>
<td>Purple</td>
</tr>
<!-- row 3 -->
<tr>
<th>3</th>
<td>Brice Swyre</td>
<td>Tax Accountant</td>
<td>Red</td>
</tr>
</tbody>
</table>
</div>
姓名 | 职业 | 喜欢的颜色 | |
---|---|---|---|
1 | Cy Ganderton | 质量控制专家 | 蓝色 |
2 | Hart Hagerty | 桌面支持技术员 | 紫色 |
3 | Brice Swyre | 税务会计师 | 红色 |
<div class="overflow-x-auto rounded-box border border-base-content/5 bg-base-100"> <table class="$$table"> <!-- head --> <thead> <tr> <th></th> <th>Name</th> <th>Job</th> <th>Favorite Color</th> </tr> </thead> <tbody> <!-- row 1 --> <tr> <th>1</th> <td>Cy Ganderton</td> <td>Quality Control Specialist</td> <td>Blue</td> </tr> <!-- row 2 --> <tr> <th>2</th> <td>Hart Hagerty</td> <td>Desktop Support Technician</td> <td>Purple</td> </tr> <!-- row 3 --> <tr> <th>3</th> <td>Brice Swyre</td> <td>Tax Accountant</td> <td>Red</td> </tr> </tbody> </table> </div>
<div class="overflow-x-auto rounded-box border border-base-content/5 bg-base-100">
<table class="$$table">
<!-- head -->
<thead>
<tr>
<th></th>
<th>Name</th>
<th>Job</th>
<th>Favorite Color</th>
</tr>
</thead>
<tbody>
<!-- row 1 -->
<tr>
<th>1</th>
<td>Cy Ganderton</td>
<td>Quality Control Specialist</td>
<td>Blue</td>
</tr>
<!-- row 2 -->
<tr>
<th>2</th>
<td>Hart Hagerty</td>
<td>Desktop Support Technician</td>
<td>Purple</td>
</tr>
<!-- row 3 -->
<tr>
<th>3</th>
<td>Brice Swyre</td>
<td>Tax Accountant</td>
<td>Red</td>
</tr>
</tbody>
</table>
</div>
<div class="overflow-x-auto rounded-box border border-base-content/5 bg-base-100"> <table class="$$table"> <!-- head --> <thead> <tr> <th></th> <th>Name</th> <th>Job</th> <th>Favorite Color</th> </tr> </thead> <tbody> <!-- row 1 --> <tr> <th>1</th> <td>Cy Ganderton</td> <td>Quality Control Specialist</td> <td>Blue</td> </tr> <!-- row 2 --> <tr> <th>2</th> <td>Hart Hagerty</td> <td>Desktop Support Technician</td> <td>Purple</td> </tr> <!-- row 3 --> <tr> <th>3</th> <td>Brice Swyre</td> <td>Tax Accountant</td> <td>Red</td> </tr> </tbody> </table> </div>
<div class="overflow-x-auto rounded-box border border-base-content/5 bg-base-100">
<table class="$$table">
<!-- head -->
<thead>
<tr>
<th></th>
<th>Name</th>
<th>Job</th>
<th>Favorite Color</th>
</tr>
</thead>
<tbody>
<!-- row 1 -->
<tr>
<th>1</th>
<td>Cy Ganderton</td>
<td>Quality Control Specialist</td>
<td>Blue</td>
</tr>
<!-- row 2 -->
<tr>
<th>2</th>
<td>Hart Hagerty</td>
<td>Desktop Support Technician</td>
<td>Purple</td>
</tr>
<!-- row 3 -->
<tr>
<th>3</th>
<td>Brice Swyre</td>
<td>Tax Accountant</td>
<td>Red</td>
</tr>
</tbody>
</table>
</div>
姓名 | 职业 | 喜欢的颜色 | |
---|---|---|---|
1 | Cy Ganderton | 质量控制专家 | 蓝色 |
2 | Hart Hagerty | 桌面支持技术员 | 紫色 |
3 | Brice Swyre | 税务会计师 | 红色 |
<div class="overflow-x-auto"> <table class="$$table"> <!-- head --> <thead> <tr> <th></th> <th>Name</th> <th>Job</th> <th>Favorite Color</th> </tr> </thead> <tbody> <!-- row 1 --> <tr class="bg-base-200"> <th>1</th> <td>Cy Ganderton</td> <td>Quality Control Specialist</td> <td>Blue</td> </tr> <!-- row 2 --> <tr> <th>2</th> <td>Hart Hagerty</td> <td>Desktop Support Technician</td> <td>Purple</td> </tr> <!-- row 3 --> <tr> <th>3</th> <td>Brice Swyre</td> <td>Tax Accountant</td> <td>Red</td> </tr> </tbody> </table> </div>
<div class="overflow-x-auto">
<table class="$$table">
<!-- head -->
<thead>
<tr>
<th></th>
<th>Name</th>
<th>Job</th>
<th>Favorite Color</th>
</tr>
</thead>
<tbody>
<!-- row 1 -->
<tr class="bg-base-200">
<th>1</th>
<td>Cy Ganderton</td>
<td>Quality Control Specialist</td>
<td>Blue</td>
</tr>
<!-- row 2 -->
<tr>
<th>2</th>
<td>Hart Hagerty</td>
<td>Desktop Support Technician</td>
<td>Purple</td>
</tr>
<!-- row 3 -->
<tr>
<th>3</th>
<td>Brice Swyre</td>
<td>Tax Accountant</td>
<td>Red</td>
</tr>
</tbody>
</table>
</div>
<div class="overflow-x-auto"> <table class="$$table"> <!-- head --> <thead> <tr> <th></th> <th>Name</th> <th>Job</th> <th>Favorite Color</th> </tr> </thead> <tbody> <!-- row 1 --> <tr class="bg-base-200"> <th>1</th> <td>Cy Ganderton</td> <td>Quality Control Specialist</td> <td>Blue</td> </tr> <!-- row 2 --> <tr> <th>2</th> <td>Hart Hagerty</td> <td>Desktop Support Technician</td> <td>Purple</td> </tr> <!-- row 3 --> <tr> <th>3</th> <td>Brice Swyre</td> <td>Tax Accountant</td> <td>Red</td> </tr> </tbody> </table> </div>
<div class="overflow-x-auto">
<table class="$$table">
<!-- head -->
<thead>
<tr>
<th></th>
<th>Name</th>
<th>Job</th>
<th>Favorite Color</th>
</tr>
</thead>
<tbody>
<!-- row 1 -->
<tr class="bg-base-200">
<th>1</th>
<td>Cy Ganderton</td>
<td>Quality Control Specialist</td>
<td>Blue</td>
</tr>
<!-- row 2 -->
<tr>
<th>2</th>
<td>Hart Hagerty</td>
<td>Desktop Support Technician</td>
<td>Purple</td>
</tr>
<!-- row 3 -->
<tr>
<th>3</th>
<td>Brice Swyre</td>
<td>Tax Accountant</td>
<td>Red</td>
</tr>
</tbody>
</table>
</div>
姓名 | 职业 | 喜欢的颜色 | |
---|---|---|---|
1 | Cy Ganderton | 质量控制专家 | 蓝色 |
2 | Hart Hagerty | 桌面支持技术员 | 紫色 |
3 | Brice Swyre | 税务会计师 | 红色 |
<div class="overflow-x-auto"> <table class="$$table"> <!-- head --> <thead> <tr> <th></th> <th>Name</th> <th>Job</th> <th>Favorite Color</th> </tr> </thead> <tbody> <!-- row 1 --> <tr> <th>1</th> <td>Cy Ganderton</td> <td>Quality Control Specialist</td> <td>Blue</td> </tr> <!-- row 2 --> <tr class="hover:bg-base-300"> <th>2</th> <td>Hart Hagerty</td> <td>Desktop Support Technician</td> <td>Purple</td> </tr> <!-- row 3 --> <tr> <th>3</th> <td>Brice Swyre</td> <td>Tax Accountant</td> <td>Red</td> </tr> </tbody> </table> </div>
<div class="overflow-x-auto">
<table class="$$table">
<!-- head -->
<thead>
<tr>
<th></th>
<th>Name</th>
<th>Job</th>
<th>Favorite Color</th>
</tr>
</thead>
<tbody>
<!-- row 1 -->
<tr>
<th>1</th>
<td>Cy Ganderton</td>
<td>Quality Control Specialist</td>
<td>Blue</td>
</tr>
<!-- row 2 -->
<tr class="hover:bg-base-300">
<th>2</th>
<td>Hart Hagerty</td>
<td>Desktop Support Technician</td>
<td>Purple</td>
</tr>
<!-- row 3 -->
<tr>
<th>3</th>
<td>Brice Swyre</td>
<td>Tax Accountant</td>
<td>Red</td>
</tr>
</tbody>
</table>
</div>
<div class="overflow-x-auto"> <table class="$$table"> <!-- head --> <thead> <tr> <th></th> <th>Name</th> <th>Job</th> <th>Favorite Color</th> </tr> </thead> <tbody> <!-- row 1 --> <tr> <th>1</th> <td>Cy Ganderton</td> <td>Quality Control Specialist</td> <td>Blue</td> </tr> <!-- row 2 --> <tr class="hover:bg-base-300"> <th>2</th> <td>Hart Hagerty</td> <td>Desktop Support Technician</td> <td>Purple</td> </tr> <!-- row 3 --> <tr> <th>3</th> <td>Brice Swyre</td> <td>Tax Accountant</td> <td>Red</td> </tr> </tbody> </table> </div>
<div class="overflow-x-auto">
<table class="$$table">
<!-- head -->
<thead>
<tr>
<th></th>
<th>Name</th>
<th>Job</th>
<th>Favorite Color</th>
</tr>
</thead>
<tbody>
<!-- row 1 -->
<tr>
<th>1</th>
<td>Cy Ganderton</td>
<td>Quality Control Specialist</td>
<td>Blue</td>
</tr>
<!-- row 2 -->
<tr class="hover:bg-base-300">
<th>2</th>
<td>Hart Hagerty</td>
<td>Desktop Support Technician</td>
<td>Purple</td>
</tr>
<!-- row 3 -->
<tr>
<th>3</th>
<td>Brice Swyre</td>
<td>Tax Accountant</td>
<td>Red</td>
</tr>
</tbody>
</table>
</div>
姓名 | 职业 | 喜欢的颜色 | |
---|---|---|---|
1 | Cy Ganderton | 质量控制专家 | 蓝色 |
2 | Hart Hagerty | 桌面支持技术员 | 紫色 |
3 | Brice Swyre | 税务会计师 | 红色 |
<div class="overflow-x-auto"> <table class="$$table $$table-zebra"> <!-- head --> <thead> <tr> <th></th> <th>Name</th> <th>Job</th> <th>Favorite Color</th> </tr> </thead> <tbody> <!-- row 1 --> <tr> <th>1</th> <td>Cy Ganderton</td> <td>Quality Control Specialist</td> <td>Blue</td> </tr> <!-- row 2 --> <tr> <th>2</th> <td>Hart Hagerty</td> <td>Desktop Support Technician</td> <td>Purple</td> </tr> <!-- row 3 --> <tr> <th>3</th> <td>Brice Swyre</td> <td>Tax Accountant</td> <td>Red</td> </tr> </tbody> </table> </div>
<div class="overflow-x-auto">
<table class="$$table $$table-zebra">
<!-- head -->
<thead>
<tr>
<th></th>
<th>Name</th>
<th>Job</th>
<th>Favorite Color</th>
</tr>
</thead>
<tbody>
<!-- row 1 -->
<tr>
<th>1</th>
<td>Cy Ganderton</td>
<td>Quality Control Specialist</td>
<td>Blue</td>
</tr>
<!-- row 2 -->
<tr>
<th>2</th>
<td>Hart Hagerty</td>
<td>Desktop Support Technician</td>
<td>Purple</td>
</tr>
<!-- row 3 -->
<tr>
<th>3</th>
<td>Brice Swyre</td>
<td>Tax Accountant</td>
<td>Red</td>
</tr>
</tbody>
</table>
</div>
<div class="overflow-x-auto"> <table class="$$table $$table-zebra"> <!-- head --> <thead> <tr> <th></th> <th>Name</th> <th>Job</th> <th>Favorite Color</th> </tr> </thead> <tbody> <!-- row 1 --> <tr> <th>1</th> <td>Cy Ganderton</td> <td>Quality Control Specialist</td> <td>Blue</td> </tr> <!-- row 2 --> <tr> <th>2</th> <td>Hart Hagerty</td> <td>Desktop Support Technician</td> <td>Purple</td> </tr> <!-- row 3 --> <tr> <th>3</th> <td>Brice Swyre</td> <td>Tax Accountant</td> <td>Red</td> </tr> </tbody> </table> </div>
<div class="overflow-x-auto">
<table class="$$table $$table-zebra">
<!-- head -->
<thead>
<tr>
<th></th>
<th>Name</th>
<th>Job</th>
<th>Favorite Color</th>
</tr>
</thead>
<tbody>
<!-- row 1 -->
<tr>
<th>1</th>
<td>Cy Ganderton</td>
<td>Quality Control Specialist</td>
<td>Blue</td>
</tr>
<!-- row 2 -->
<tr>
<th>2</th>
<td>Hart Hagerty</td>
<td>Desktop Support Technician</td>
<td>Purple</td>
</tr>
<!-- row 3 -->
<tr>
<th>3</th>
<td>Brice Swyre</td>
<td>Tax Accountant</td>
<td>Red</td>
</tr>
</tbody>
</table>
</div>
姓名 | 职业 | 喜欢的颜色 | ||
---|---|---|---|---|
![]() Hart Hagerty 美国 | Zemlak, Daniel and Leannon 桌面支持技术员 | 紫色 | ||
![]() Brice Swyre 中国 | Carroll Group 税务会计师 | 红色 | ||
![]() Marjy Ferencz 俄罗斯 | Rowe-Schoen 办公室助理 I | 深红色 | ||
![]() Yancy Tear 巴西 | Wyman-Ledner 社区外展专员 | 靛蓝色 | ||
姓名 | 职业 | 喜欢的颜色 |
<div class="overflow-x-auto"> <table class="$$table"> <!-- head --> <thead> <tr> <th> <label> <input type="checkbox" class="$$checkbox" /> </label> </th> <th>Name</th> <th>Job</th> <th>Favorite Color</th> <th></th> </tr> </thead> <tbody> <!-- row 1 --> <tr> <th> <label> <input type="checkbox" class="$$checkbox" /> </label> </th> <td> <div class="flex items-center gap-3"> <div class="$$avatar"> <div class="$$mask $$mask-squircle h-12 w-12"> <img src="https://img.daisyui.com/images/profile/demo/2@94.webp" alt="Avatar Tailwind CSS Component" /> </div> </div> <div> <div class="font-bold">Hart Hagerty</div> <div class="text-sm opacity-50">United States</div> </div> </div> </td> <td> Zemlak, Daniel and Leannon <br /> <span class="$$badge $$badge-ghost $$badge-sm">Desktop Support Technician</span> </td> <td>Purple</td> <th> <button class="$$btn $$btn-ghost $$btn-xs">details</button> </th> </tr> <!-- row 2 --> <tr> <th> <label> <input type="checkbox" class="$$checkbox" /> </label> </th> <td> <div class="flex items-center gap-3"> <div class="$$avatar"> <div class="$$mask $$mask-squircle h-12 w-12"> <img src="https://img.daisyui.com/images/profile/demo/3@94.webp" alt="Avatar Tailwind CSS Component" /> </div> </div> <div> <div class="font-bold">Brice Swyre</div> <div class="text-sm opacity-50">China</div> </div> </div> </td> <td> Carroll Group <br /> <span class="$$badge $$badge-ghost $$badge-sm">Tax Accountant</span> </td> <td>Red</td> <th> <button class="$$btn $$btn-ghost $$btn-xs">details</button> </th> </tr> <!-- row 3 --> <tr> <th> <label> <input type="checkbox" class="$$checkbox" /> </label> </th> <td> <div class="flex items-center gap-3"> <div class="$$avatar"> <div class="$$mask $$mask-squircle h-12 w-12"> <img src="https://img.daisyui.com/images/profile/demo/4@94.webp" alt="Avatar Tailwind CSS Component" /> </div> </div> <div> <div class="font-bold">Marjy Ferencz</div> <div class="text-sm opacity-50">Russia</div> </div> </div> </td> <td> Rowe-Schoen <br /> <span class="$$badge $$badge-ghost $$badge-sm">Office Assistant I</span> </td> <td>Crimson</td> <th> <button class="$$btn $$btn-ghost $$btn-xs">details</button> </th> </tr> <!-- row 4 --> <tr> <th> <label> <input type="checkbox" class="$$checkbox" /> </label> </th> <td> <div class="flex items-center gap-3"> <div class="$$avatar"> <div class="$$mask $$mask-squircle h-12 w-12"> <img src="https://img.daisyui.com/images/profile/demo/5@94.webp" alt="Avatar Tailwind CSS Component" /> </div> </div> <div> <div class="font-bold">Yancy Tear</div> <div class="text-sm opacity-50">Brazil</div> </div> </div> </td> <td> Wyman-Ledner <br /> <span class="$$badge $$badge-ghost $$badge-sm">Community Outreach Specialist</span> </td> <td>Indigo</td> <th> <button class="$$btn $$btn-ghost $$btn-xs">details</button> </th> </tr> </tbody> <!-- foot --> <tfoot> <tr> <th></th> <th>Name</th> <th>Job</th> <th>Favorite Color</th> <th></th> </tr> </tfoot> </table> </div>
<div class="overflow-x-auto">
<table class="$$table">
<!-- head -->
<thead>
<tr>
<th>
<label>
<input type="checkbox" class="$$checkbox" />
</label>
</th>
<th>Name</th>
<th>Job</th>
<th>Favorite Color</th>
<th></th>
</tr>
</thead>
<tbody>
<!-- row 1 -->
<tr>
<th>
<label>
<input type="checkbox" class="$$checkbox" />
</label>
</th>
<td>
<div class="flex items-center gap-3">
<div class="$$avatar">
<div class="$$mask $$mask-squircle h-12 w-12">
<img
src="https://img.daisyui.com/images/profile/demo/2@94.webp"
alt="Avatar Tailwind CSS Component" />
</div>
</div>
<div>
<div class="font-bold">Hart Hagerty</div>
<div class="text-sm opacity-50">United States</div>
</div>
</div>
</td>
<td>
Zemlak, Daniel and Leannon
<br />
<span class="$$badge $$badge-ghost $$badge-sm">Desktop Support Technician</span>
</td>
<td>Purple</td>
<th>
<button class="$$btn $$btn-ghost $$btn-xs">details</button>
</th>
</tr>
<!-- row 2 -->
<tr>
<th>
<label>
<input type="checkbox" class="$$checkbox" />
</label>
</th>
<td>
<div class="flex items-center gap-3">
<div class="$$avatar">
<div class="$$mask $$mask-squircle h-12 w-12">
<img
src="https://img.daisyui.com/images/profile/demo/3@94.webp"
alt="Avatar Tailwind CSS Component" />
</div>
</div>
<div>
<div class="font-bold">Brice Swyre</div>
<div class="text-sm opacity-50">China</div>
</div>
</div>
</td>
<td>
Carroll Group
<br />
<span class="$$badge $$badge-ghost $$badge-sm">Tax Accountant</span>
</td>
<td>Red</td>
<th>
<button class="$$btn $$btn-ghost $$btn-xs">details</button>
</th>
</tr>
<!-- row 3 -->
<tr>
<th>
<label>
<input type="checkbox" class="$$checkbox" />
</label>
</th>
<td>
<div class="flex items-center gap-3">
<div class="$$avatar">
<div class="$$mask $$mask-squircle h-12 w-12">
<img
src="https://img.daisyui.com/images/profile/demo/4@94.webp"
alt="Avatar Tailwind CSS Component" />
</div>
</div>
<div>
<div class="font-bold">Marjy Ferencz</div>
<div class="text-sm opacity-50">Russia</div>
</div>
</div>
</td>
<td>
Rowe-Schoen
<br />
<span class="$$badge $$badge-ghost $$badge-sm">Office Assistant I</span>
</td>
<td>Crimson</td>
<th>
<button class="$$btn $$btn-ghost $$btn-xs">details</button>
</th>
</tr>
<!-- row 4 -->
<tr>
<th>
<label>
<input type="checkbox" class="$$checkbox" />
</label>
</th>
<td>
<div class="flex items-center gap-3">
<div class="$$avatar">
<div class="$$mask $$mask-squircle h-12 w-12">
<img
src="https://img.daisyui.com/images/profile/demo/5@94.webp"
alt="Avatar Tailwind CSS Component" />
</div>
</div>
<div>
<div class="font-bold">Yancy Tear</div>
<div class="text-sm opacity-50">Brazil</div>
</div>
</div>
</td>
<td>
Wyman-Ledner
<br />
<span class="$$badge $$badge-ghost $$badge-sm">Community Outreach Specialist</span>
</td>
<td>Indigo</td>
<th>
<button class="$$btn $$btn-ghost $$btn-xs">details</button>
</th>
</tr>
</tbody>
<!-- foot -->
<tfoot>
<tr>
<th></th>
<th>Name</th>
<th>Job</th>
<th>Favorite Color</th>
<th></th>
</tr>
</tfoot>
</table>
</div>
<div class="overflow-x-auto"> <table class="$$table"> <!-- head --> <thead> <tr> <th> <label> <input type="checkbox" class="$$checkbox" /> </label> </th> <th>Name</th> <th>Job</th> <th>Favorite Color</th> <th></th> </tr> </thead> <tbody> <!-- row 1 --> <tr> <th> <label> <input type="checkbox" class="$$checkbox" /> </label> </th> <td> <div class="flex items-center gap-3"> <div class="$$avatar"> <div class="$$mask $$mask-squircle h-12 w-12"> <img src="https://img.daisyui.com/images/profile/demo/2@94.webp" alt="Avatar Tailwind CSS Component" /> </div> </div> <div> <div class="font-bold">Hart Hagerty</div> <div class="text-sm opacity-50">United States</div> </div> </div> </td> <td> Zemlak, Daniel and Leannon <br /> <span class="$$badge $$badge-ghost $$badge-sm">Desktop Support Technician</span> </td> <td>Purple</td> <th> <button class="$$btn $$btn-ghost $$btn-xs">details</button> </th> </tr> <!-- row 2 --> <tr> <th> <label> <input type="checkbox" class="$$checkbox" /> </label> </th> <td> <div class="flex items-center gap-3"> <div class="$$avatar"> <div class="$$mask $$mask-squircle h-12 w-12"> <img src="https://img.daisyui.com/images/profile/demo/3@94.webp" alt="Avatar Tailwind CSS Component" /> </div> </div> <div> <div class="font-bold">Brice Swyre</div> <div class="text-sm opacity-50">China</div> </div> </div> </td> <td> Carroll Group <br /> <span class="$$badge $$badge-ghost $$badge-sm">Tax Accountant</span> </td> <td>Red</td> <th> <button class="$$btn $$btn-ghost $$btn-xs">details</button> </th> </tr> <!-- row 3 --> <tr> <th> <label> <input type="checkbox" class="$$checkbox" /> </label> </th> <td> <div class="flex items-center gap-3"> <div class="$$avatar"> <div class="$$mask $$mask-squircle h-12 w-12"> <img src="https://img.daisyui.com/images/profile/demo/4@94.webp" alt="Avatar Tailwind CSS Component" /> </div> </div> <div> <div class="font-bold">Marjy Ferencz</div> <div class="text-sm opacity-50">Russia</div> </div> </div> </td> <td> Rowe-Schoen <br /> <span class="$$badge $$badge-ghost $$badge-sm">Office Assistant I</span> </td> <td>Crimson</td> <th> <button class="$$btn $$btn-ghost $$btn-xs">details</button> </th> </tr> <!-- row 4 --> <tr> <th> <label> <input type="checkbox" class="$$checkbox" /> </label> </th> <td> <div class="flex items-center gap-3"> <div class="$$avatar"> <div class="$$mask $$mask-squircle h-12 w-12"> <img src="https://img.daisyui.com/images/profile/demo/5@94.webp" alt="Avatar Tailwind CSS Component" /> </div> </div> <div> <div class="font-bold">Yancy Tear</div> <div class="text-sm opacity-50">Brazil</div> </div> </div> </td> <td> Wyman-Ledner <br /> <span class="$$badge $$badge-ghost $$badge-sm">Community Outreach Specialist</span> </td> <td>Indigo</td> <th> <button class="$$btn $$btn-ghost $$btn-xs">details</button> </th> </tr> </tbody> <!-- foot --> <tfoot> <tr> <th></th> <th>Name</th> <th>Job</th> <th>Favorite Color</th> <th></th> </tr> </tfoot> </table> </div>
<div class="overflow-x-auto">
<table class="$$table">
<!-- head -->
<thead>
<tr>
<th>
<label>
<input type="checkbox" class="$$checkbox" />
</label>
</th>
<th>Name</th>
<th>Job</th>
<th>Favorite Color</th>
<th></th>
</tr>
</thead>
<tbody>
<!-- row 1 -->
<tr>
<th>
<label>
<input type="checkbox" class="$$checkbox" />
</label>
</th>
<td>
<div class="flex items-center gap-3">
<div class="$$avatar">
<div class="$$mask $$mask-squircle h-12 w-12">
<img
src="https://img.daisyui.com/images/profile/demo/2@94.webp"
alt="Avatar Tailwind CSS Component" />
</div>
</div>
<div>
<div class="font-bold">Hart Hagerty</div>
<div class="text-sm opacity-50">United States</div>
</div>
</div>
</td>
<td>
Zemlak, Daniel and Leannon
<br />
<span class="$$badge $$badge-ghost $$badge-sm">Desktop Support Technician</span>
</td>
<td>Purple</td>
<th>
<button class="$$btn $$btn-ghost $$btn-xs">details</button>
</th>
</tr>
<!-- row 2 -->
<tr>
<th>
<label>
<input type="checkbox" class="$$checkbox" />
</label>
</th>
<td>
<div class="flex items-center gap-3">
<div class="$$avatar">
<div class="$$mask $$mask-squircle h-12 w-12">
<img
src="https://img.daisyui.com/images/profile/demo/3@94.webp"
alt="Avatar Tailwind CSS Component" />
</div>
</div>
<div>
<div class="font-bold">Brice Swyre</div>
<div class="text-sm opacity-50">China</div>
</div>
</div>
</td>
<td>
Carroll Group
<br />
<span class="$$badge $$badge-ghost $$badge-sm">Tax Accountant</span>
</td>
<td>Red</td>
<th>
<button class="$$btn $$btn-ghost $$btn-xs">details</button>
</th>
</tr>
<!-- row 3 -->
<tr>
<th>
<label>
<input type="checkbox" class="$$checkbox" />
</label>
</th>
<td>
<div class="flex items-center gap-3">
<div class="$$avatar">
<div class="$$mask $$mask-squircle h-12 w-12">
<img
src="https://img.daisyui.com/images/profile/demo/4@94.webp"
alt="Avatar Tailwind CSS Component" />
</div>
</div>
<div>
<div class="font-bold">Marjy Ferencz</div>
<div class="text-sm opacity-50">Russia</div>
</div>
</div>
</td>
<td>
Rowe-Schoen
<br />
<span class="$$badge $$badge-ghost $$badge-sm">Office Assistant I</span>
</td>
<td>Crimson</td>
<th>
<button class="$$btn $$btn-ghost $$btn-xs">details</button>
</th>
</tr>
<!-- row 4 -->
<tr>
<th>
<label>
<input type="checkbox" class="$$checkbox" />
</label>
</th>
<td>
<div class="flex items-center gap-3">
<div class="$$avatar">
<div class="$$mask $$mask-squircle h-12 w-12">
<img
src="https://img.daisyui.com/images/profile/demo/5@94.webp"
alt="Avatar Tailwind CSS Component" />
</div>
</div>
<div>
<div class="font-bold">Yancy Tear</div>
<div class="text-sm opacity-50">Brazil</div>
</div>
</div>
</td>
<td>
Wyman-Ledner
<br />
<span class="$$badge $$badge-ghost $$badge-sm">Community Outreach Specialist</span>
</td>
<td>Indigo</td>
<th>
<button class="$$btn $$btn-ghost $$btn-xs">details</button>
</th>
</tr>
</tbody>
<!-- foot -->
<tfoot>
<tr>
<th></th>
<th>Name</th>
<th>Job</th>
<th>Favorite Color</th>
<th></th>
</tr>
</tfoot>
</table>
</div>
姓名 | 职业 | 公司 | 地点 | 上次登录 | 喜欢的颜色 | |
---|---|---|---|---|---|---|
1 | Cy Ganderton | 质量控制专家 | Littel, Schaden and Vandervort | 加拿大 | 12/16/2020 | 蓝色 |
2 | Hart Hagerty | 桌面支持技术员 | Zemlak, Daniel and Leannon | 美国 | 12/5/2020 | 紫色 |
3 | Brice Swyre | 税务会计师 | Carroll Group | 中国 | 8/15/2020 | 红色 |
4 | Marjy Ferencz | 办公室助理 I | Rowe-Schoen | 俄罗斯 | 3/25/2021 | 深红色 |
5 | Yancy Tear | 社区外展专员 | Wyman-Ledner | 巴西 | 5/22/2020 | 靛蓝色 |
6 | Irma Vasilik | 编辑 | Wiza, Bins and Emard | 委内瑞拉 | 12/8/2020 | 紫色 |
7 | Meghann Durtnal | Staff Accountant IV | Schuster-Schimmel | 菲律宾 | 2/17/2021 | 黄色 |
8 | Sammy Seston | 会计师 I | O'Hara, Welch and Keebler | 印度尼西亚 | 5/23/2020 | 深红色 |
9 | Lesya Tinham | 安全技术员 IV | Turner-Kuhlman | 菲律宾 | 2/21/2021 | 栗色 |
10 | Zaneta Tewkesbury | 营销副总裁 | Sauer LLC | 乍得 | 6/23/2020 | 绿色 |
11 | Andy Tipple | 图书管理员 | Hilpert Group | 波兰 | 7/9/2020 | 靛蓝色 |
12 | Sophi Biles | 招聘经理 | Gutmann Inc | 印度尼西亚 | 2/12/2021 | 栗色 |
13 | Florida Garces | Web 开发者 IV | Gaylord, Pacocha and Baumbach | 波兰 | 5/31/2020 | 紫色 |
14 | Maribeth Popping | 分析程序员 | Deckow-Pouros | 葡萄牙 | 4/27/2021 | 海蓝色 |
15 | Moritz Dryburgh | 牙科保健员 | Schiller, Cole and Hackett | 斯里兰卡 | 8/8/2020 | 深红色 |
16 | Reid Semiras | 教师 | Sporer, Sipes and Rogahn | 波兰 | 7/30/2020 | 绿色 |
17 | Alec Lethby | 教师 | Reichel, Glover and Hamill | 中国 | 2/28/2021 | 卡其色 |
18 | Aland Wilber | 质量控制专家 | Kshlerin, Rogahn and Swaniawski | 捷克共和国 | 9/29/2020 | 紫色 |
19 | Teddie Duerden | Staff Accountant III | Pouros, Ullrich and Windler | 法国 | 10/27/2020 | 海蓝色 |
20 | Lorelei Blackstone | 数据协调员 | Witting, Kutch and Greenfelder | 哈萨克斯坦 | 6/3/2020 | 红色 |
姓名 | 职业 | 公司 | 地点 | 上次登录 | 喜欢的颜色 |
<div class="overflow-x-auto"> <table class="$$table $$table-xs"> <thead> <tr> <th></th> <th>Name</th> <th>Job</th> <th>company</th> <th>location</th> <th>Last Login</th> <th>Favorite Color</th> </tr> </thead> <tbody> <tr> <th>1</th> <td>Cy Ganderton</td> <td>Quality Control Specialist</td> <td>Littel, Schaden and Vandervort</td> <td>Canada</td> <td>12/16/2020</td> <td>Blue</td> </tr> <tr> <th>2</th> <td>Hart Hagerty</td> <td>Desktop Support Technician</td> <td>Zemlak, Daniel and Leannon</td> <td>United States</td> <td>12/5/2020</td> <td>Purple</td> </tr> <tr> <th>3</th> <td>Brice Swyre</td> <td>Tax Accountant</td> <td>Carroll Group</td> <td>China</td> <td>8/15/2020</td> <td>Red</td> </tr> <tr> <th>4</th> <td>Marjy Ferencz</td> <td>Office Assistant I</td> <td>Rowe-Schoen</td> <td>Russia</td> <td>3/25/2021</td> <td>Crimson</td> </tr> <tr> <th>5</th> <td>Yancy Tear</td> <td>Community Outreach Specialist</td> <td>Wyman-Ledner</td> <td>Brazil</td> <td>5/22/2020</td> <td>Indigo</td> </tr> <tr> <th>6</th> <td>Irma Vasilik</td> <td>Editor</td> <td>Wiza, Bins and Emard</td> <td>Venezuela</td> <td>12/8/2020</td> <td>Purple</td> </tr> <tr> <th>7</th> <td>Meghann Durtnal</td> <td>Staff Accountant IV</td> <td>Schuster-Schimmel</td> <td>Philippines</td> <td>2/17/2021</td> <td>Yellow</td> </tr> <tr> <th>8</th> <td>Sammy Seston</td> <td>Accountant I</td> <td>O'Hara, Welch and Keebler</td> <td>Indonesia</td> <td>5/23/2020</td> <td>Crimson</td> </tr> <tr> <th>9</th> <td>Lesya Tinham</td> <td>Safety Technician IV</td> <td>Turner-Kuhlman</td> <td>Philippines</td> <td>2/21/2021</td> <td>Maroon</td> </tr> <tr> <th>10</th> <td>Zaneta Tewkesbury</td> <td>VP Marketing</td> <td>Sauer LLC</td> <td>Chad</td> <td>6/23/2020</td> <td>Green</td> </tr> <tr> <th>11</th> <td>Andy Tipple</td> <td>Librarian</td> <td>Hilpert Group</td> <td>Poland</td> <td>7/9/2020</td> <td>Indigo</td> </tr> <tr> <th>12</th> <td>Sophi Biles</td> <td>Recruiting Manager</td> <td>Gutmann Inc</td> <td>Indonesia</td> <td>2/12/2021</td> <td>Maroon</td> </tr> <tr> <th>13</th> <td>Florida Garces</td> <td>Web Developer IV</td> <td>Gaylord, Pacocha and Baumbach</td> <td>Poland</td> <td>5/31/2020</td> <td>Purple</td> </tr> <tr> <th>14</th> <td>Maribeth Popping</td> <td>Analyst Programmer</td> <td>Deckow-Pouros</td> <td>Portugal</td> <td>4/27/2021</td> <td>Aquamarine</td> </tr> <tr> <th>15</th> <td>Moritz Dryburgh</td> <td>Dental Hygienist</td> <td>Schiller, Cole and Hackett</td> <td>Sri Lanka</td> <td>8/8/2020</td> <td>Crimson</td> </tr> <tr> <th>16</th> <td>Reid Semiras</td> <td>Teacher</td> <td>Sporer, Sipes and Rogahn</td> <td>Poland</td> <td>7/30/2020</td> <td>Green</td> </tr> <tr> <th>17</th> <td>Alec Lethby</td> <td>Teacher</td> <td>Reichel, Glover and Hamill</td> <td>China</td> <td>2/28/2021</td> <td>Khaki</td> </tr> <tr> <th>18</th> <td>Aland Wilber</td> <td>Quality Control Specialist</td> <td>Kshlerin, Rogahn and Swaniawski</td> <td>Czech Republic</td> <td>9/29/2020</td> <td>Purple</td> </tr> <tr> <th>19</th> <td>Teddie Duerden</td> <td>Staff Accountant III</td> <td>Pouros, Ullrich and Windler</td> <td>France</td> <td>10/27/2020</td> <td>Aquamarine</td> </tr> <tr> <th>20</th> <td>Lorelei Blackstone</td> <td>Data Coordiator</td> <td>Witting, Kutch and Greenfelder</td> <td>Kazakhstan</td> <td>6/3/2020</td> <td>Red</td> </tr> </tbody> <tfoot> <tr> <th></th> <th>Name</th> <th>Job</th> <th>company</th> <th>location</th> <th>Last Login</th> <th>Favorite Color</th> </tr> </tfoot> </table> </div>
<div class="overflow-x-auto">
<table class="$$table $$table-xs">
<thead>
<tr>
<th></th>
<th>Name</th>
<th>Job</th>
<th>company</th>
<th>location</th>
<th>Last Login</th>
<th>Favorite Color</th>
</tr>
</thead>
<tbody>
<tr>
<th>1</th>
<td>Cy Ganderton</td>
<td>Quality Control Specialist</td>
<td>Littel, Schaden and Vandervort</td>
<td>Canada</td>
<td>12/16/2020</td>
<td>Blue</td>
</tr>
<tr>
<th>2</th>
<td>Hart Hagerty</td>
<td>Desktop Support Technician</td>
<td>Zemlak, Daniel and Leannon</td>
<td>United States</td>
<td>12/5/2020</td>
<td>Purple</td>
</tr>
<tr>
<th>3</th>
<td>Brice Swyre</td>
<td>Tax Accountant</td>
<td>Carroll Group</td>
<td>China</td>
<td>8/15/2020</td>
<td>Red</td>
</tr>
<tr>
<th>4</th>
<td>Marjy Ferencz</td>
<td>Office Assistant I</td>
<td>Rowe-Schoen</td>
<td>Russia</td>
<td>3/25/2021</td>
<td>Crimson</td>
</tr>
<tr>
<th>5</th>
<td>Yancy Tear</td>
<td>Community Outreach Specialist</td>
<td>Wyman-Ledner</td>
<td>Brazil</td>
<td>5/22/2020</td>
<td>Indigo</td>
</tr>
<tr>
<th>6</th>
<td>Irma Vasilik</td>
<td>Editor</td>
<td>Wiza, Bins and Emard</td>
<td>Venezuela</td>
<td>12/8/2020</td>
<td>Purple</td>
</tr>
<tr>
<th>7</th>
<td>Meghann Durtnal</td>
<td>Staff Accountant IV</td>
<td>Schuster-Schimmel</td>
<td>Philippines</td>
<td>2/17/2021</td>
<td>Yellow</td>
</tr>
<tr>
<th>8</th>
<td>Sammy Seston</td>
<td>Accountant I</td>
<td>O'Hara, Welch and Keebler</td>
<td>Indonesia</td>
<td>5/23/2020</td>
<td>Crimson</td>
</tr>
<tr>
<th>9</th>
<td>Lesya Tinham</td>
<td>Safety Technician IV</td>
<td>Turner-Kuhlman</td>
<td>Philippines</td>
<td>2/21/2021</td>
<td>Maroon</td>
</tr>
<tr>
<th>10</th>
<td>Zaneta Tewkesbury</td>
<td>VP Marketing</td>
<td>Sauer LLC</td>
<td>Chad</td>
<td>6/23/2020</td>
<td>Green</td>
</tr>
<tr>
<th>11</th>
<td>Andy Tipple</td>
<td>Librarian</td>
<td>Hilpert Group</td>
<td>Poland</td>
<td>7/9/2020</td>
<td>Indigo</td>
</tr>
<tr>
<th>12</th>
<td>Sophi Biles</td>
<td>Recruiting Manager</td>
<td>Gutmann Inc</td>
<td>Indonesia</td>
<td>2/12/2021</td>
<td>Maroon</td>
</tr>
<tr>
<th>13</th>
<td>Florida Garces</td>
<td>Web Developer IV</td>
<td>Gaylord, Pacocha and Baumbach</td>
<td>Poland</td>
<td>5/31/2020</td>
<td>Purple</td>
</tr>
<tr>
<th>14</th>
<td>Maribeth Popping</td>
<td>Analyst Programmer</td>
<td>Deckow-Pouros</td>
<td>Portugal</td>
<td>4/27/2021</td>
<td>Aquamarine</td>
</tr>
<tr>
<th>15</th>
<td>Moritz Dryburgh</td>
<td>Dental Hygienist</td>
<td>Schiller, Cole and Hackett</td>
<td>Sri Lanka</td>
<td>8/8/2020</td>
<td>Crimson</td>
</tr>
<tr>
<th>16</th>
<td>Reid Semiras</td>
<td>Teacher</td>
<td>Sporer, Sipes and Rogahn</td>
<td>Poland</td>
<td>7/30/2020</td>
<td>Green</td>
</tr>
<tr>
<th>17</th>
<td>Alec Lethby</td>
<td>Teacher</td>
<td>Reichel, Glover and Hamill</td>
<td>China</td>
<td>2/28/2021</td>
<td>Khaki</td>
</tr>
<tr>
<th>18</th>
<td>Aland Wilber</td>
<td>Quality Control Specialist</td>
<td>Kshlerin, Rogahn and Swaniawski</td>
<td>Czech Republic</td>
<td>9/29/2020</td>
<td>Purple</td>
</tr>
<tr>
<th>19</th>
<td>Teddie Duerden</td>
<td>Staff Accountant III</td>
<td>Pouros, Ullrich and Windler</td>
<td>France</td>
<td>10/27/2020</td>
<td>Aquamarine</td>
</tr>
<tr>
<th>20</th>
<td>Lorelei Blackstone</td>
<td>Data Coordiator</td>
<td>Witting, Kutch and Greenfelder</td>
<td>Kazakhstan</td>
<td>6/3/2020</td>
<td>Red</td>
</tr>
</tbody>
<tfoot>
<tr>
<th></th>
<th>Name</th>
<th>Job</th>
<th>company</th>
<th>location</th>
<th>Last Login</th>
<th>Favorite Color</th>
</tr>
</tfoot>
</table>
</div>
<div class="overflow-x-auto"> <table class="$$table $$table-xs"> <thead> <tr> <th></th> <th>Name</th> <th>Job</th> <th>company</th> <th>location</th> <th>Last Login</th> <th>Favorite Color</th> </tr> </thead> <tbody> <tr> <th>1</th> <td>Cy Ganderton</td> <td>Quality Control Specialist</td> <td>Littel, Schaden and Vandervort</td> <td>Canada</td> <td>12/16/2020</td> <td>Blue</td> </tr> <tr> <th>2</th> <td>Hart Hagerty</td> <td>Desktop Support Technician</td> <td>Zemlak, Daniel and Leannon</td> <td>United States</td> <td>12/5/2020</td> <td>Purple</td> </tr> <tr> <th>3</th> <td>Brice Swyre</td> <td>Tax Accountant</td> <td>Carroll Group</td> <td>China</td> <td>8/15/2020</td> <td>Red</td> </tr> <tr> <th>4</th> <td>Marjy Ferencz</td> <td>Office Assistant I</td> <td>Rowe-Schoen</td> <td>Russia</td> <td>3/25/2021</td> <td>Crimson</td> </tr> <tr> <th>5</th> <td>Yancy Tear</td> <td>Community Outreach Specialist</td> <td>Wyman-Ledner</td> <td>Brazil</td> <td>5/22/2020</td> <td>Indigo</td> </tr> <tr> <th>6</th> <td>Irma Vasilik</td> <td>Editor</td> <td>Wiza, Bins and Emard</td> <td>Venezuela</td> <td>12/8/2020</td> <td>Purple</td> </tr> <tr> <th>7</th> <td>Meghann Durtnal</td> <td>Staff Accountant IV</td> <td>Schuster-Schimmel</td> <td>Philippines</td> <td>2/17/2021</td> <td>Yellow</td> </tr> <tr> <th>8</th> <td>Sammy Seston</td> <td>Accountant I</td> <td>O'Hara, Welch and Keebler</td> <td>Indonesia</td> <td>5/23/2020</td> <td>Crimson</td> </tr> <tr> <th>9</th> <td>Lesya Tinham</td> <td>Safety Technician IV</td> <td>Turner-Kuhlman</td> <td>Philippines</td> <td>2/21/2021</td> <td>Maroon</td> </tr> <tr> <th>10</th> <td>Zaneta Tewkesbury</td> <td>VP Marketing</td> <td>Sauer LLC</td> <td>Chad</td> <td>6/23/2020</td> <td>Green</td> </tr> <tr> <th>11</th> <td>Andy Tipple</td> <td>Librarian</td> <td>Hilpert Group</td> <td>Poland</td> <td>7/9/2020</td> <td>Indigo</td> </tr> <tr> <th>12</th> <td>Sophi Biles</td> <td>Recruiting Manager</td> <td>Gutmann Inc</td> <td>Indonesia</td> <td>2/12/2021</td> <td>Maroon</td> </tr> <tr> <th>13</th> <td>Florida Garces</td> <td>Web Developer IV</td> <td>Gaylord, Pacocha and Baumbach</td> <td>Poland</td> <td>5/31/2020</td> <td>Purple</td> </tr> <tr> <th>14</th> <td>Maribeth Popping</td> <td>Analyst Programmer</td> <td>Deckow-Pouros</td> <td>Portugal</td> <td>4/27/2021</td> <td>Aquamarine</td> </tr> <tr> <th>15</th> <td>Moritz Dryburgh</td> <td>Dental Hygienist</td> <td>Schiller, Cole and Hackett</td> <td>Sri Lanka</td> <td>8/8/2020</td> <td>Crimson</td> </tr> <tr> <th>16</th> <td>Reid Semiras</td> <td>Teacher</td> <td>Sporer, Sipes and Rogahn</td> <td>Poland</td> <td>7/30/2020</td> <td>Green</td> </tr> <tr> <th>17</th> <td>Alec Lethby</td> <td>Teacher</td> <td>Reichel, Glover and Hamill</td> <td>China</td> <td>2/28/2021</td> <td>Khaki</td> </tr> <tr> <th>18</th> <td>Aland Wilber</td> <td>Quality Control Specialist</td> <td>Kshlerin, Rogahn and Swaniawski</td> <td>Czech Republic</td> <td>9/29/2020</td> <td>Purple</td> </tr> <tr> <th>19</th> <td>Teddie Duerden</td> <td>Staff Accountant III</td> <td>Pouros, Ullrich and Windler</td> <td>France</td> <td>10/27/2020</td> <td>Aquamarine</td> </tr> <tr> <th>20</th> <td>Lorelei Blackstone</td> <td>Data Coordiator</td> <td>Witting, Kutch and Greenfelder</td> <td>Kazakhstan</td> <td>6/3/2020</td> <td>Red</td> </tr> </tbody> <tfoot> <tr> <th></th> <th>Name</th> <th>Job</th> <th>company</th> <th>location</th> <th>Last Login</th> <th>Favorite Color</th> </tr> </tfoot> </table> </div>
<div class="overflow-x-auto">
<table class="$$table $$table-xs">
<thead>
<tr>
<th></th>
<th>Name</th>
<th>Job</th>
<th>company</th>
<th>location</th>
<th>Last Login</th>
<th>Favorite Color</th>
</tr>
</thead>
<tbody>
<tr>
<th>1</th>
<td>Cy Ganderton</td>
<td>Quality Control Specialist</td>
<td>Littel, Schaden and Vandervort</td>
<td>Canada</td>
<td>12/16/2020</td>
<td>Blue</td>
</tr>
<tr>
<th>2</th>
<td>Hart Hagerty</td>
<td>Desktop Support Technician</td>
<td>Zemlak, Daniel and Leannon</td>
<td>United States</td>
<td>12/5/2020</td>
<td>Purple</td>
</tr>
<tr>
<th>3</th>
<td>Brice Swyre</td>
<td>Tax Accountant</td>
<td>Carroll Group</td>
<td>China</td>
<td>8/15/2020</td>
<td>Red</td>
</tr>
<tr>
<th>4</th>
<td>Marjy Ferencz</td>
<td>Office Assistant I</td>
<td>Rowe-Schoen</td>
<td>Russia</td>
<td>3/25/2021</td>
<td>Crimson</td>
</tr>
<tr>
<th>5</th>
<td>Yancy Tear</td>
<td>Community Outreach Specialist</td>
<td>Wyman-Ledner</td>
<td>Brazil</td>
<td>5/22/2020</td>
<td>Indigo</td>
</tr>
<tr>
<th>6</th>
<td>Irma Vasilik</td>
<td>Editor</td>
<td>Wiza, Bins and Emard</td>
<td>Venezuela</td>
<td>12/8/2020</td>
<td>Purple</td>
</tr>
<tr>
<th>7</th>
<td>Meghann Durtnal</td>
<td>Staff Accountant IV</td>
<td>Schuster-Schimmel</td>
<td>Philippines</td>
<td>2/17/2021</td>
<td>Yellow</td>
</tr>
<tr>
<th>8</th>
<td>Sammy Seston</td>
<td>Accountant I</td>
<td>O'Hara, Welch and Keebler</td>
<td>Indonesia</td>
<td>5/23/2020</td>
<td>Crimson</td>
</tr>
<tr>
<th>9</th>
<td>Lesya Tinham</td>
<td>Safety Technician IV</td>
<td>Turner-Kuhlman</td>
<td>Philippines</td>
<td>2/21/2021</td>
<td>Maroon</td>
</tr>
<tr>
<th>10</th>
<td>Zaneta Tewkesbury</td>
<td>VP Marketing</td>
<td>Sauer LLC</td>
<td>Chad</td>
<td>6/23/2020</td>
<td>Green</td>
</tr>
<tr>
<th>11</th>
<td>Andy Tipple</td>
<td>Librarian</td>
<td>Hilpert Group</td>
<td>Poland</td>
<td>7/9/2020</td>
<td>Indigo</td>
</tr>
<tr>
<th>12</th>
<td>Sophi Biles</td>
<td>Recruiting Manager</td>
<td>Gutmann Inc</td>
<td>Indonesia</td>
<td>2/12/2021</td>
<td>Maroon</td>
</tr>
<tr>
<th>13</th>
<td>Florida Garces</td>
<td>Web Developer IV</td>
<td>Gaylord, Pacocha and Baumbach</td>
<td>Poland</td>
<td>5/31/2020</td>
<td>Purple</td>
</tr>
<tr>
<th>14</th>
<td>Maribeth Popping</td>
<td>Analyst Programmer</td>
<td>Deckow-Pouros</td>
<td>Portugal</td>
<td>4/27/2021</td>
<td>Aquamarine</td>
</tr>
<tr>
<th>15</th>
<td>Moritz Dryburgh</td>
<td>Dental Hygienist</td>
<td>Schiller, Cole and Hackett</td>
<td>Sri Lanka</td>
<td>8/8/2020</td>
<td>Crimson</td>
</tr>
<tr>
<th>16</th>
<td>Reid Semiras</td>
<td>Teacher</td>
<td>Sporer, Sipes and Rogahn</td>
<td>Poland</td>
<td>7/30/2020</td>
<td>Green</td>
</tr>
<tr>
<th>17</th>
<td>Alec Lethby</td>
<td>Teacher</td>
<td>Reichel, Glover and Hamill</td>
<td>China</td>
<td>2/28/2021</td>
<td>Khaki</td>
</tr>
<tr>
<th>18</th>
<td>Aland Wilber</td>
<td>Quality Control Specialist</td>
<td>Kshlerin, Rogahn and Swaniawski</td>
<td>Czech Republic</td>
<td>9/29/2020</td>
<td>Purple</td>
</tr>
<tr>
<th>19</th>
<td>Teddie Duerden</td>
<td>Staff Accountant III</td>
<td>Pouros, Ullrich and Windler</td>
<td>France</td>
<td>10/27/2020</td>
<td>Aquamarine</td>
</tr>
<tr>
<th>20</th>
<td>Lorelei Blackstone</td>
<td>Data Coordiator</td>
<td>Witting, Kutch and Greenfelder</td>
<td>Kazakhstan</td>
<td>6/3/2020</td>
<td>Red</td>
</tr>
</tbody>
<tfoot>
<tr>
<th></th>
<th>Name</th>
<th>Job</th>
<th>company</th>
<th>location</th>
<th>Last Login</th>
<th>Favorite Color</th>
</tr>
</tfoot>
</table>
</div>
A |
---|
蚁人 |
海王 |
艾斯特里克斯 |
原子侠 |
复仇者联盟 |
B |
蝙蝠女 |
蝙蝠侠 |
蝙蝠女侠 |
黑金丝雀 |
黑豹 |
C |
美国队长 |
惊奇队长 |
猫女 |
野蛮人柯南 |
D |
夜魔侠 |
捍卫者联盟 |
多克·萨维奇 |
奇异博士 |
E |
艾丽卡 |
F |
神奇四侠 |
G |
恶灵骑士 |
绿箭侠 |
绿灯侠 |
银河护卫队 |
H |
鹰眼 |
地狱男爵 |
无敌浩克 |
I |
铁拳 |
钢铁侠 |
M |
惊奇队长 (Marvelman) |
R |
罗宾 |
火箭人 |
S |
魅影侠 |
蜘蛛侠 |
海王子 |
女超人 |
超人 |
T |
忍者神龟 |
雷神 |
W |
黄蜂女 |
守望者 |
金刚狼 |
神奇女侠 |
X |
X战警 |
Z |
扎坦娜 |
扎塔拉 |
<div class="h-96 overflow-x-auto"> <table class="$$table $$table-pin-rows bg-base-200"> <thead> <tr> <th>A</th> </tr> </thead> <tbody> <tr><td>Ant-Man</td></tr> <tr><td>Aquaman</td></tr> <tr><td>Asterix</td></tr> <tr><td>The Atom</td></tr> <tr><td>The Avengers</td></tr> </tbody> <thead> <tr> <th>B</th> </tr> </thead> <tbody> <tr><td>Batgirl</td></tr> <tr><td>Batman</td></tr> <tr><td>Batwoman</td></tr> <tr><td>Black Canary</td></tr> <tr><td>Black Panther</td></tr> </tbody> <thead> <tr> <th>C</th> </tr> </thead> <tbody> <tr><td>Captain America</td></tr> <tr><td>Captain Marvel</td></tr> <tr><td>Catwoman</td></tr> <tr><td>Conan the Barbarian</td></tr> </tbody> <thead> <tr> <th>D</th> </tr> </thead> <tbody> <tr><td>Daredevil</td></tr> <tr><td>The Defenders</td></tr> <tr><td>Doc Savage</td></tr> <tr><td>Doctor Strange</td></tr> </tbody> <thead> <tr> <th>E</th> </tr> </thead> <tbody> <tr><td>Elektra</td></tr> </tbody> <thead> <tr> <th>F</th> </tr> </thead> <tbody> <tr><td>Fantastic Four</td></tr> </tbody> <thead> <tr> <th>G</th> </tr> </thead> <tbody> <tr><td>Ghost Rider</td></tr> <tr><td>Green Arrow</td></tr> <tr><td>Green Lantern</td></tr> <tr><td>Guardians of the Galaxy</td></tr> </tbody> <thead> <tr> <th>H</th> </tr> </thead> <tbody> <tr><td>Hawkeye</td></tr> <tr><td>Hellboy</td></tr> <tr><td>Incredible Hulk</td></tr> </tbody> <thead> <tr> <th>I</th> </tr> </thead> <tbody> <tr><td>Iron Fist</td></tr> <tr><td>Iron Man</td></tr> </tbody> <thead> <tr> <th>M</th> </tr> </thead> <tbody> <tr><td>Marvelman</td></tr> </tbody> <thead> <tr> <th>R</th> </tr> </thead> <tbody> <tr><td>Robin</td></tr> <tr><td>The Rocketeer</td></tr> </tbody> <thead> <tr> <th>S</th> </tr> </thead> <tbody> <tr><td>The Shadow</td></tr> <tr><td>Spider-Man</td></tr> <tr><td>Sub-Mariner</td></tr> <tr><td>Supergirl</td></tr> <tr><td>Superman</td></tr> </tbody> <thead> <tr> <th>T</th> </tr> </thead> <tbody> <tr><td>Teenage Mutant Ninja Turtles</td></tr> <tr><td>Thor</td></tr> </tbody> <thead> <tr> <th>W</th> </tr> </thead> <tbody> <tr><td>The Wasp</td></tr> <tr><td>Watchmen</td></tr> <tr><td>Wolverine</td></tr> <tr><td>Wonder Woman</td></tr> </tbody> <thead> <tr> <th>X</th> </tr> </thead> <tbody> <tr><td>X-Men</td></tr> </tbody> <thead> <tr> <th>Z</th> </tr> </thead> <tbody> <tr><td>Zatanna</td></tr> <tr><td>Zatara</td></tr> </tbody> </table> </div>
<div class="h-96 overflow-x-auto">
<table class="$$table $$table-pin-rows bg-base-200">
<thead>
<tr>
<th>A</th>
</tr>
</thead>
<tbody>
<tr><td>Ant-Man</td></tr>
<tr><td>Aquaman</td></tr>
<tr><td>Asterix</td></tr>
<tr><td>The Atom</td></tr>
<tr><td>The Avengers</td></tr>
</tbody>
<thead>
<tr>
<th>B</th>
</tr>
</thead>
<tbody>
<tr><td>Batgirl</td></tr>
<tr><td>Batman</td></tr>
<tr><td>Batwoman</td></tr>
<tr><td>Black Canary</td></tr>
<tr><td>Black Panther</td></tr>
</tbody>
<thead>
<tr>
<th>C</th>
</tr>
</thead>
<tbody>
<tr><td>Captain America</td></tr>
<tr><td>Captain Marvel</td></tr>
<tr><td>Catwoman</td></tr>
<tr><td>Conan the Barbarian</td></tr>
</tbody>
<thead>
<tr>
<th>D</th>
</tr>
</thead>
<tbody>
<tr><td>Daredevil</td></tr>
<tr><td>The Defenders</td></tr>
<tr><td>Doc Savage</td></tr>
<tr><td>Doctor Strange</td></tr>
</tbody>
<thead>
<tr>
<th>E</th>
</tr>
</thead>
<tbody>
<tr><td>Elektra</td></tr>
</tbody>
<thead>
<tr>
<th>F</th>
</tr>
</thead>
<tbody>
<tr><td>Fantastic Four</td></tr>
</tbody>
<thead>
<tr>
<th>G</th>
</tr>
</thead>
<tbody>
<tr><td>Ghost Rider</td></tr>
<tr><td>Green Arrow</td></tr>
<tr><td>Green Lantern</td></tr>
<tr><td>Guardians of the Galaxy</td></tr>
</tbody>
<thead>
<tr>
<th>H</th>
</tr>
</thead>
<tbody>
<tr><td>Hawkeye</td></tr>
<tr><td>Hellboy</td></tr>
<tr><td>Incredible Hulk</td></tr>
</tbody>
<thead>
<tr>
<th>I</th>
</tr>
</thead>
<tbody>
<tr><td>Iron Fist</td></tr>
<tr><td>Iron Man</td></tr>
</tbody>
<thead>
<tr>
<th>M</th>
</tr>
</thead>
<tbody>
<tr><td>Marvelman</td></tr>
</tbody>
<thead>
<tr>
<th>R</th>
</tr>
</thead>
<tbody>
<tr><td>Robin</td></tr>
<tr><td>The Rocketeer</td></tr>
</tbody>
<thead>
<tr>
<th>S</th>
</tr>
</thead>
<tbody>
<tr><td>The Shadow</td></tr>
<tr><td>Spider-Man</td></tr>
<tr><td>Sub-Mariner</td></tr>
<tr><td>Supergirl</td></tr>
<tr><td>Superman</td></tr>
</tbody>
<thead>
<tr>
<th>T</th>
</tr>
</thead>
<tbody>
<tr><td>Teenage Mutant Ninja Turtles</td></tr>
<tr><td>Thor</td></tr>
</tbody>
<thead>
<tr>
<th>W</th>
</tr>
</thead>
<tbody>
<tr><td>The Wasp</td></tr>
<tr><td>Watchmen</td></tr>
<tr><td>Wolverine</td></tr>
<tr><td>Wonder Woman</td></tr>
</tbody>
<thead>
<tr>
<th>X</th>
</tr>
</thead>
<tbody>
<tr><td>X-Men</td></tr>
</tbody>
<thead>
<tr>
<th>Z</th>
</tr>
</thead>
<tbody>
<tr><td>Zatanna</td></tr>
<tr><td>Zatara</td></tr>
</tbody>
</table>
</div>
<div class="h-96 overflow-x-auto"> <table class="$$table $$table-pin-rows bg-base-200"> <thead> <tr> <th>A</th> </tr> </thead> <tbody> <tr><td>Ant-Man</td></tr> <tr><td>Aquaman</td></tr> <tr><td>Asterix</td></tr> <tr><td>The Atom</td></tr> <tr><td>The Avengers</td></tr> </tbody> <thead> <tr> <th>B</th> </tr> </thead> <tbody> <tr><td>Batgirl</td></tr> <tr><td>Batman</td></tr> <tr><td>Batwoman</td></tr> <tr><td>Black Canary</td></tr> <tr><td>Black Panther</td></tr> </tbody> <thead> <tr> <th>C</th> </tr> </thead> <tbody> <tr><td>Captain America</td></tr> <tr><td>Captain Marvel</td></tr> <tr><td>Catwoman</td></tr> <tr><td>Conan the Barbarian</td></tr> </tbody> <thead> <tr> <th>D</th> </tr> </thead> <tbody> <tr><td>Daredevil</td></tr> <tr><td>The Defenders</td></tr> <tr><td>Doc Savage</td></tr> <tr><td>Doctor Strange</td></tr> </tbody> <thead> <tr> <th>E</th> </tr> </thead> <tbody> <tr><td>Elektra</td></tr> </tbody> <thead> <tr> <th>F</th> </tr> </thead> <tbody> <tr><td>Fantastic Four</td></tr> </tbody> <thead> <tr> <th>G</th> </tr> </thead> <tbody> <tr><td>Ghost Rider</td></tr> <tr><td>Green Arrow</td></tr> <tr><td>Green Lantern</td></tr> <tr><td>Guardians of the Galaxy</td></tr> </tbody> <thead> <tr> <th>H</th> </tr> </thead> <tbody> <tr><td>Hawkeye</td></tr> <tr><td>Hellboy</td></tr> <tr><td>Incredible Hulk</td></tr> </tbody> <thead> <tr> <th>I</th> </tr> </thead> <tbody> <tr><td>Iron Fist</td></tr> <tr><td>Iron Man</td></tr> </tbody> <thead> <tr> <th>M</th> </tr> </thead> <tbody> <tr><td>Marvelman</td></tr> </tbody> <thead> <tr> <th>R</th> </tr> </thead> <tbody> <tr><td>Robin</td></tr> <tr><td>The Rocketeer</td></tr> </tbody> <thead> <tr> <th>S</th> </tr> </thead> <tbody> <tr><td>The Shadow</td></tr> <tr><td>Spider-Man</td></tr> <tr><td>Sub-Mariner</td></tr> <tr><td>Supergirl</td></tr> <tr><td>Superman</td></tr> </tbody> <thead> <tr> <th>T</th> </tr> </thead> <tbody> <tr><td>Teenage Mutant Ninja Turtles</td></tr> <tr><td>Thor</td></tr> </tbody> <thead> <tr> <th>W</th> </tr> </thead> <tbody> <tr><td>The Wasp</td></tr> <tr><td>Watchmen</td></tr> <tr><td>Wolverine</td></tr> <tr><td>Wonder Woman</td></tr> </tbody> <thead> <tr> <th>X</th> </tr> </thead> <tbody> <tr><td>X-Men</td></tr> </tbody> <thead> <tr> <th>Z</th> </tr> </thead> <tbody> <tr><td>Zatanna</td></tr> <tr><td>Zatara</td></tr> </tbody> </table> </div>
<div class="h-96 overflow-x-auto">
<table class="$$table $$table-pin-rows bg-base-200">
<thead>
<tr>
<th>A</th>
</tr>
</thead>
<tbody>
<tr><td>Ant-Man</td></tr>
<tr><td>Aquaman</td></tr>
<tr><td>Asterix</td></tr>
<tr><td>The Atom</td></tr>
<tr><td>The Avengers</td></tr>
</tbody>
<thead>
<tr>
<th>B</th>
</tr>
</thead>
<tbody>
<tr><td>Batgirl</td></tr>
<tr><td>Batman</td></tr>
<tr><td>Batwoman</td></tr>
<tr><td>Black Canary</td></tr>
<tr><td>Black Panther</td></tr>
</tbody>
<thead>
<tr>
<th>C</th>
</tr>
</thead>
<tbody>
<tr><td>Captain America</td></tr>
<tr><td>Captain Marvel</td></tr>
<tr><td>Catwoman</td></tr>
<tr><td>Conan the Barbarian</td></tr>
</tbody>
<thead>
<tr>
<th>D</th>
</tr>
</thead>
<tbody>
<tr><td>Daredevil</td></tr>
<tr><td>The Defenders</td></tr>
<tr><td>Doc Savage</td></tr>
<tr><td>Doctor Strange</td></tr>
</tbody>
<thead>
<tr>
<th>E</th>
</tr>
</thead>
<tbody>
<tr><td>Elektra</td></tr>
</tbody>
<thead>
<tr>
<th>F</th>
</tr>
</thead>
<tbody>
<tr><td>Fantastic Four</td></tr>
</tbody>
<thead>
<tr>
<th>G</th>
</tr>
</thead>
<tbody>
<tr><td>Ghost Rider</td></tr>
<tr><td>Green Arrow</td></tr>
<tr><td>Green Lantern</td></tr>
<tr><td>Guardians of the Galaxy</td></tr>
</tbody>
<thead>
<tr>
<th>H</th>
</tr>
</thead>
<tbody>
<tr><td>Hawkeye</td></tr>
<tr><td>Hellboy</td></tr>
<tr><td>Incredible Hulk</td></tr>
</tbody>
<thead>
<tr>
<th>I</th>
</tr>
</thead>
<tbody>
<tr><td>Iron Fist</td></tr>
<tr><td>Iron Man</td></tr>
</tbody>
<thead>
<tr>
<th>M</th>
</tr>
</thead>
<tbody>
<tr><td>Marvelman</td></tr>
</tbody>
<thead>
<tr>
<th>R</th>
</tr>
</thead>
<tbody>
<tr><td>Robin</td></tr>
<tr><td>The Rocketeer</td></tr>
</tbody>
<thead>
<tr>
<th>S</th>
</tr>
</thead>
<tbody>
<tr><td>The Shadow</td></tr>
<tr><td>Spider-Man</td></tr>
<tr><td>Sub-Mariner</td></tr>
<tr><td>Supergirl</td></tr>
<tr><td>Superman</td></tr>
</tbody>
<thead>
<tr>
<th>T</th>
</tr>
</thead>
<tbody>
<tr><td>Teenage Mutant Ninja Turtles</td></tr>
<tr><td>Thor</td></tr>
</tbody>
<thead>
<tr>
<th>W</th>
</tr>
</thead>
<tbody>
<tr><td>The Wasp</td></tr>
<tr><td>Watchmen</td></tr>
<tr><td>Wolverine</td></tr>
<tr><td>Wonder Woman</td></tr>
</tbody>
<thead>
<tr>
<th>X</th>
</tr>
</thead>
<tbody>
<tr><td>X-Men</td></tr>
</tbody>
<thead>
<tr>
<th>Z</th>
</tr>
</thead>
<tbody>
<tr><td>Zatanna</td></tr>
<tr><td>Zatara</td></tr>
</tbody>
</table>
</div>
姓名 | 职业 | 公司 | 地点 | 上次登录 | 喜欢的颜色 | ||
1 | Cy Ganderton | 质量控制专家 | Littel, Schaden and Vandervort | 加拿大 | 12/16/2020 | 蓝色 | 1 |
2 | Hart Hagerty | 桌面支持技术员 | Zemlak, Daniel and Leannon | 美国 | 12/5/2020 | 紫色 | 2 |
3 | Brice Swyre | 税务会计师 | Carroll Group | 中国 | 8/15/2020 | 红色 | 3 |
4 | Marjy Ferencz | 办公室助理 I | Rowe-Schoen | 俄罗斯 | 3/25/2021 | 深红色 | 4 |
5 | Yancy Tear | 社区外展专员 | Wyman-Ledner | 巴西 | 5/22/2020 | 靛蓝色 | 5 |
6 | Irma Vasilik | 编辑 | Wiza, Bins and Emard | 委内瑞拉 | 12/8/2020 | 紫色 | 6 |
7 | Meghann Durtnal | Staff Accountant IV | Schuster-Schimmel | 菲律宾 | 2/17/2021 | 黄色 | 7 |
8 | Sammy Seston | 会计师 I | O'Hara, Welch and Keebler | 印度尼西亚 | 5/23/2020 | 深红色 | 8 |
9 | Lesya Tinham | 安全技术员 IV | Turner-Kuhlman | 菲律宾 | 2/21/2021 | 栗色 | 9 |
10 | Zaneta Tewkesbury | 营销副总裁 | Sauer LLC | 乍得 | 6/23/2020 | 绿色 | 10 |
11 | Andy Tipple | 图书管理员 | Hilpert Group | 波兰 | 7/9/2020 | 靛蓝色 | 11 |
12 | Sophi Biles | 招聘经理 | Gutmann Inc | 印度尼西亚 | 2/12/2021 | 栗色 | 12 |
13 | Florida Garces | Web 开发者 IV | Gaylord, Pacocha and Baumbach | 波兰 | 5/31/2020 | 紫色 | 13 |
14 | Maribeth Popping | 分析程序员 | Deckow-Pouros | 葡萄牙 | 4/27/2021 | 海蓝色 | 14 |
15 | Moritz Dryburgh | 牙科保健员 | Schiller, Cole and Hackett | 斯里兰卡 | 8/8/2020 | 深红色 | 15 |
16 | Reid Semiras | 教师 | Sporer, Sipes and Rogahn | 波兰 | 7/30/2020 | 绿色 | 16 |
17 | Alec Lethby | 教师 | Reichel, Glover and Hamill | 中国 | 2/28/2021 | 卡其色 | 17 |
18 | Aland Wilber | 质量控制专家 | Kshlerin, Rogahn and Swaniawski | 捷克共和国 | 9/29/2020 | 紫色 | 18 |
19 | Teddie Duerden | Staff Accountant III | Pouros, Ullrich and Windler | 法国 | 10/27/2020 | 海蓝色 | 19 |
20 | Lorelei Blackstone | 数据协调员 | Witting, Kutch and Greenfelder | 哈萨克斯坦 | 6/3/2020 | 红色 | 20 |
姓名 | 职业 | 公司 | 地点 | 上次登录 | 喜欢的颜色 |
<div class="overflow-x-auto"> <table class="$$table $$table-xs $$table-pin-rows $$table-pin-cols"> <thead> <tr> <th></th> <td>Name</td> <td>Job</td> <td>company</td> <td>location</td> <td>Last Login</td> <td>Favorite Color</td> <th></th> </tr> </thead> <tbody> <tr> <th>1</th> <td>Cy Ganderton</td> <td>Quality Control Specialist</td> <td>Littel, Schaden and Vandervort</td> <td>Canada</td> <td>12/16/2020</td> <td>Blue</td> <th>1</th> </tr> <tr> <th>2</th> <td>Hart Hagerty</td> <td>Desktop Support Technician</td> <td>Zemlak, Daniel and Leannon</td> <td>United States</td> <td>12/5/2020</td> <td>Purple</td> <th>2</th> </tr> <tr> <th>3</th> <td>Brice Swyre</td> <td>Tax Accountant</td> <td>Carroll Group</td> <td>China</td> <td>8/15/2020</td> <td>Red</td> <th>3</th> </tr> <tr> <th>4</th> <td>Marjy Ferencz</td> <td>Office Assistant I</td> <td>Rowe-Schoen</td> <td>Russia</td> <td>3/25/2021</td> <td>Crimson</td> <th>4</th> </tr> <tr> <th>5</th> <td>Yancy Tear</td> <td>Community Outreach Specialist</td> <td>Wyman-Ledner</td> <td>Brazil</td> <td>5/22/2020</td> <td>Indigo</td> <th>5</th> </tr> <tr> <th>6</th> <td>Irma Vasilik</td> <td>Editor</td> <td>Wiza, Bins and Emard</td> <td>Venezuela</td> <td>12/8/2020</td> <td>Purple</td> <th>6</th> </tr> <tr> <th>7</th> <td>Meghann Durtnal</td> <td>Staff Accountant IV</td> <td>Schuster-Schimmel</td> <td>Philippines</td> <td>2/17/2021</td> <td>Yellow</td> <th>7</th> </tr> <tr> <th>8</th> <td>Sammy Seston</td> <td>Accountant I</td> <td>O'Hara, Welch and Keebler</td> <td>Indonesia</td> <td>5/23/2020</td> <td>Crimson</td> <th>8</th> </tr> <tr> <th>9</th> <td>Lesya Tinham</td> <td>Safety Technician IV</td> <td>Turner-Kuhlman</td> <td>Philippines</td> <td>2/21/2021</td> <td>Maroon</td> <th>9</th> </tr> <tr> <th>10</th> <td>Zaneta Tewkesbury</td> <td>VP Marketing</td> <td>Sauer LLC</td> <td>Chad</td> <td>6/23/2020</td> <td>Green</td> <th>10</th> </tr> <tr> <th>11</th> <td>Andy Tipple</td> <td>Librarian</td> <td>Hilpert Group</td> <td>Poland</td> <td>7/9/2020</td> <td>Indigo</td> <th>11</th> </tr> <tr> <th>12</th> <td>Sophi Biles</td> <td>Recruiting Manager</td> <td>Gutmann Inc</td> <td>Indonesia</td> <td>2/12/2021</td> <td>Maroon</td> <th>12</th> </tr> <tr> <th>13</th> <td>Florida Garces</td> <td>Web Developer IV</td> <td>Gaylord, Pacocha and Baumbach</td> <td>Poland</td> <td>5/31/2020</td> <td>Purple</td> <th>13</th> </tr> <tr> <th>14</th> <td>Maribeth Popping</td> <td>Analyst Programmer</td> <td>Deckow-Pouros</td> <td>Portugal</td> <td>4/27/2021</td> <td>Aquamarine</td> <th>14</th> </tr> <tr> <th>15</th> <td>Moritz Dryburgh</td> <td>Dental Hygienist</td> <td>Schiller, Cole and Hackett</td> <td>Sri Lanka</td> <td>8/8/2020</td> <td>Crimson</td> <th>15</th> </tr> <tr> <th>16</th> <td>Reid Semiras</td> <td>Teacher</td> <td>Sporer, Sipes and Rogahn</td> <td>Poland</td> <td>7/30/2020</td> <td>Green</td> <th>16</th> </tr> <tr> <th>17</th> <td>Alec Lethby</td> <td>Teacher</td> <td>Reichel, Glover and Hamill</td> <td>China</td> <td>2/28/2021</td> <td>Khaki</td> <th>17</th> </tr> <tr> <th>18</th> <td>Aland Wilber</td> <td>Quality Control Specialist</td> <td>Kshlerin, Rogahn and Swaniawski</td> <td>Czech Republic</td> <td>9/29/2020</td> <td>Purple</td> <th>18</th> </tr> <tr> <th>19</th> <td>Teddie Duerden</td> <td>Staff Accountant III</td> <td>Pouros, Ullrich and Windler</td> <td>France</td> <td>10/27/2020</td> <td>Aquamarine</td> <th>19</th> </tr> <tr> <th>20</th> <td>Lorelei Blackstone</td> <td>Data Coordinator</td> <td>Witting, Kutch and Greenfelder</td> <td>Kazakhstan</td> <td>6/3/2020</td> <td>Red</td> <th>20</th> </tr> </tbody> <tfoot> <tr> <th></th> <td>Name</td> <td>Job</td> <td>company</td> <td>location</td> <td>Last Login</td> <td>Favorite Color</td> <th></th> </tr> </tfoot> </table> </div>
<div class="overflow-x-auto">
<table class="$$table $$table-xs $$table-pin-rows $$table-pin-cols">
<thead>
<tr>
<th></th>
<td>Name</td>
<td>Job</td>
<td>company</td>
<td>location</td>
<td>Last Login</td>
<td>Favorite Color</td>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<th>1</th>
<td>Cy Ganderton</td>
<td>Quality Control Specialist</td>
<td>Littel, Schaden and Vandervort</td>
<td>Canada</td>
<td>12/16/2020</td>
<td>Blue</td>
<th>1</th>
</tr>
<tr>
<th>2</th>
<td>Hart Hagerty</td>
<td>Desktop Support Technician</td>
<td>Zemlak, Daniel and Leannon</td>
<td>United States</td>
<td>12/5/2020</td>
<td>Purple</td>
<th>2</th>
</tr>
<tr>
<th>3</th>
<td>Brice Swyre</td>
<td>Tax Accountant</td>
<td>Carroll Group</td>
<td>China</td>
<td>8/15/2020</td>
<td>Red</td>
<th>3</th>
</tr>
<tr>
<th>4</th>
<td>Marjy Ferencz</td>
<td>Office Assistant I</td>
<td>Rowe-Schoen</td>
<td>Russia</td>
<td>3/25/2021</td>
<td>Crimson</td>
<th>4</th>
</tr>
<tr>
<th>5</th>
<td>Yancy Tear</td>
<td>Community Outreach Specialist</td>
<td>Wyman-Ledner</td>
<td>Brazil</td>
<td>5/22/2020</td>
<td>Indigo</td>
<th>5</th>
</tr>
<tr>
<th>6</th>
<td>Irma Vasilik</td>
<td>Editor</td>
<td>Wiza, Bins and Emard</td>
<td>Venezuela</td>
<td>12/8/2020</td>
<td>Purple</td>
<th>6</th>
</tr>
<tr>
<th>7</th>
<td>Meghann Durtnal</td>
<td>Staff Accountant IV</td>
<td>Schuster-Schimmel</td>
<td>Philippines</td>
<td>2/17/2021</td>
<td>Yellow</td>
<th>7</th>
</tr>
<tr>
<th>8</th>
<td>Sammy Seston</td>
<td>Accountant I</td>
<td>O'Hara, Welch and Keebler</td>
<td>Indonesia</td>
<td>5/23/2020</td>
<td>Crimson</td>
<th>8</th>
</tr>
<tr>
<th>9</th>
<td>Lesya Tinham</td>
<td>Safety Technician IV</td>
<td>Turner-Kuhlman</td>
<td>Philippines</td>
<td>2/21/2021</td>
<td>Maroon</td>
<th>9</th>
</tr>
<tr>
<th>10</th>
<td>Zaneta Tewkesbury</td>
<td>VP Marketing</td>
<td>Sauer LLC</td>
<td>Chad</td>
<td>6/23/2020</td>
<td>Green</td>
<th>10</th>
</tr>
<tr>
<th>11</th>
<td>Andy Tipple</td>
<td>Librarian</td>
<td>Hilpert Group</td>
<td>Poland</td>
<td>7/9/2020</td>
<td>Indigo</td>
<th>11</th>
</tr>
<tr>
<th>12</th>
<td>Sophi Biles</td>
<td>Recruiting Manager</td>
<td>Gutmann Inc</td>
<td>Indonesia</td>
<td>2/12/2021</td>
<td>Maroon</td>
<th>12</th>
</tr>
<tr>
<th>13</th>
<td>Florida Garces</td>
<td>Web Developer IV</td>
<td>Gaylord, Pacocha and Baumbach</td>
<td>Poland</td>
<td>5/31/2020</td>
<td>Purple</td>
<th>13</th>
</tr>
<tr>
<th>14</th>
<td>Maribeth Popping</td>
<td>Analyst Programmer</td>
<td>Deckow-Pouros</td>
<td>Portugal</td>
<td>4/27/2021</td>
<td>Aquamarine</td>
<th>14</th>
</tr>
<tr>
<th>15</th>
<td>Moritz Dryburgh</td>
<td>Dental Hygienist</td>
<td>Schiller, Cole and Hackett</td>
<td>Sri Lanka</td>
<td>8/8/2020</td>
<td>Crimson</td>
<th>15</th>
</tr>
<tr>
<th>16</th>
<td>Reid Semiras</td>
<td>Teacher</td>
<td>Sporer, Sipes and Rogahn</td>
<td>Poland</td>
<td>7/30/2020</td>
<td>Green</td>
<th>16</th>
</tr>
<tr>
<th>17</th>
<td>Alec Lethby</td>
<td>Teacher</td>
<td>Reichel, Glover and Hamill</td>
<td>China</td>
<td>2/28/2021</td>
<td>Khaki</td>
<th>17</th>
</tr>
<tr>
<th>18</th>
<td>Aland Wilber</td>
<td>Quality Control Specialist</td>
<td>Kshlerin, Rogahn and Swaniawski</td>
<td>Czech Republic</td>
<td>9/29/2020</td>
<td>Purple</td>
<th>18</th>
</tr>
<tr>
<th>19</th>
<td>Teddie Duerden</td>
<td>Staff Accountant III</td>
<td>Pouros, Ullrich and Windler</td>
<td>France</td>
<td>10/27/2020</td>
<td>Aquamarine</td>
<th>19</th>
</tr>
<tr>
<th>20</th>
<td>Lorelei Blackstone</td>
<td>Data Coordinator</td>
<td>Witting, Kutch and Greenfelder</td>
<td>Kazakhstan</td>
<td>6/3/2020</td>
<td>Red</td>
<th>20</th>
</tr>
</tbody>
<tfoot>
<tr>
<th></th>
<td>Name</td>
<td>Job</td>
<td>company</td>
<td>location</td>
<td>Last Login</td>
<td>Favorite Color</td>
<th></th>
</tr>
</tfoot>
</table>
</div>
<div class="overflow-x-auto"> <table class="$$table $$table-xs $$table-pin-rows $$table-pin-cols"> <thead> <tr> <th></th> <td>Name</td> <td>Job</td> <td>company</td> <td>location</td> <td>Last Login</td> <td>Favorite Color</td> <th></th> </tr> </thead> <tbody> <tr> <th>1</th> <td>Cy Ganderton</td> <td>Quality Control Specialist</td> <td>Littel, Schaden and Vandervort</td> <td>Canada</td> <td>12/16/2020</td> <td>Blue</td> <th>1</th> </tr> <tr> <th>2</th> <td>Hart Hagerty</td> <td>Desktop Support Technician</td> <td>Zemlak, Daniel and Leannon</td> <td>United States</td> <td>12/5/2020</td> <td>Purple</td> <th>2</th> </tr> <tr> <th>3</th> <td>Brice Swyre</td> <td>Tax Accountant</td> <td>Carroll Group</td> <td>China</td> <td>8/15/2020</td> <td>Red</td> <th>3</th> </tr> <tr> <th>4</th> <td>Marjy Ferencz</td> <td>Office Assistant I</td> <td>Rowe-Schoen</td> <td>Russia</td> <td>3/25/2021</td> <td>Crimson</td> <th>4</th> </tr> <tr> <th>5</th> <td>Yancy Tear</td> <td>Community Outreach Specialist</td> <td>Wyman-Ledner</td> <td>Brazil</td> <td>5/22/2020</td> <td>Indigo</td> <th>5</th> </tr> <tr> <th>6</th> <td>Irma Vasilik</td> <td>Editor</td> <td>Wiza, Bins and Emard</td> <td>Venezuela</td> <td>12/8/2020</td> <td>Purple</td> <th>6</th> </tr> <tr> <th>7</th> <td>Meghann Durtnal</td> <td>Staff Accountant IV</td> <td>Schuster-Schimmel</td> <td>Philippines</td> <td>2/17/2021</td> <td>Yellow</td> <th>7</th> </tr> <tr> <th>8</th> <td>Sammy Seston</td> <td>Accountant I</td> <td>O'Hara, Welch and Keebler</td> <td>Indonesia</td> <td>5/23/2020</td> <td>Crimson</td> <th>8</th> </tr> <tr> <th>9</th> <td>Lesya Tinham</td> <td>Safety Technician IV</td> <td>Turner-Kuhlman</td> <td>Philippines</td> <td>2/21/2021</td> <td>Maroon</td> <th>9</th> </tr> <tr> <th>10</th> <td>Zaneta Tewkesbury</td> <td>VP Marketing</td> <td>Sauer LLC</td> <td>Chad</td> <td>6/23/2020</td> <td>Green</td> <th>10</th> </tr> <tr> <th>11</th> <td>Andy Tipple</td> <td>Librarian</td> <td>Hilpert Group</td> <td>Poland</td> <td>7/9/2020</td> <td>Indigo</td> <th>11</th> </tr> <tr> <th>12</th> <td>Sophi Biles</td> <td>Recruiting Manager</td> <td>Gutmann Inc</td> <td>Indonesia</td> <td>2/12/2021</td> <td>Maroon</td> <th>12</th> </tr> <tr> <th>13</th> <td>Florida Garces</td> <td>Web Developer IV</td> <td>Gaylord, Pacocha and Baumbach</td> <td>Poland</td> <td>5/31/2020</td> <td>Purple</td> <th>13</th> </tr> <tr> <th>14</th> <td>Maribeth Popping</td> <td>Analyst Programmer</td> <td>Deckow-Pouros</td> <td>Portugal</td> <td>4/27/2021</td> <td>Aquamarine</td> <th>14</th> </tr> <tr> <th>15</th> <td>Moritz Dryburgh</td> <td>Dental Hygienist</td> <td>Schiller, Cole and Hackett</td> <td>Sri Lanka</td> <td>8/8/2020</td> <td>Crimson</td> <th>15</th> </tr> <tr> <th>16</th> <td>Reid Semiras</td> <td>Teacher</td> <td>Sporer, Sipes and Rogahn</td> <td>Poland</td> <td>7/30/2020</td> <td>Green</td> <th>16</th> </tr> <tr> <th>17</th> <td>Alec Lethby</td> <td>Teacher</td> <td>Reichel, Glover and Hamill</td> <td>China</td> <td>2/28/2021</td> <td>Khaki</td> <th>17</th> </tr> <tr> <th>18</th> <td>Aland Wilber</td> <td>Quality Control Specialist</td> <td>Kshlerin, Rogahn and Swaniawski</td> <td>Czech Republic</td> <td>9/29/2020</td> <td>Purple</td> <th>18</th> </tr> <tr> <th>19</th> <td>Teddie Duerden</td> <td>Staff Accountant III</td> <td>Pouros, Ullrich and Windler</td> <td>France</td> <td>10/27/2020</td> <td>Aquamarine</td> <th>19</th> </tr> <tr> <th>20</th> <td>Lorelei Blackstone</td> <td>Data Coordinator</td> <td>Witting, Kutch and Greenfelder</td> <td>Kazakhstan</td> <td>6/3/2020</td> <td>Red</td> <th>20</th> </tr> </tbody> <tfoot> <tr> <th></th> <td>Name</td> <td>Job</td> <td>company</td> <td>location</td> <td>Last Login</td> <td>Favorite Color</td> <th></th> </tr> </tfoot> </table> </div>
<div class="overflow-x-auto">
<table class="$$table $$table-xs $$table-pin-rows $$table-pin-cols">
<thead>
<tr>
<th></th>
<td>Name</td>
<td>Job</td>
<td>company</td>
<td>location</td>
<td>Last Login</td>
<td>Favorite Color</td>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<th>1</th>
<td>Cy Ganderton</td>
<td>Quality Control Specialist</td>
<td>Littel, Schaden and Vandervort</td>
<td>Canada</td>
<td>12/16/2020</td>
<td>Blue</td>
<th>1</th>
</tr>
<tr>
<th>2</th>
<td>Hart Hagerty</td>
<td>Desktop Support Technician</td>
<td>Zemlak, Daniel and Leannon</td>
<td>United States</td>
<td>12/5/2020</td>
<td>Purple</td>
<th>2</th>
</tr>
<tr>
<th>3</th>
<td>Brice Swyre</td>
<td>Tax Accountant</td>
<td>Carroll Group</td>
<td>China</td>
<td>8/15/2020</td>
<td>Red</td>
<th>3</th>
</tr>
<tr>
<th>4</th>
<td>Marjy Ferencz</td>
<td>Office Assistant I</td>
<td>Rowe-Schoen</td>
<td>Russia</td>
<td>3/25/2021</td>
<td>Crimson</td>
<th>4</th>
</tr>
<tr>
<th>5</th>
<td>Yancy Tear</td>
<td>Community Outreach Specialist</td>
<td>Wyman-Ledner</td>
<td>Brazil</td>
<td>5/22/2020</td>
<td>Indigo</td>
<th>5</th>
</tr>
<tr>
<th>6</th>
<td>Irma Vasilik</td>
<td>Editor</td>
<td>Wiza, Bins and Emard</td>
<td>Venezuela</td>
<td>12/8/2020</td>
<td>Purple</td>
<th>6</th>
</tr>
<tr>
<th>7</th>
<td>Meghann Durtnal</td>
<td>Staff Accountant IV</td>
<td>Schuster-Schimmel</td>
<td>Philippines</td>
<td>2/17/2021</td>
<td>Yellow</td>
<th>7</th>
</tr>
<tr>
<th>8</th>
<td>Sammy Seston</td>
<td>Accountant I</td>
<td>O'Hara, Welch and Keebler</td>
<td>Indonesia</td>
<td>5/23/2020</td>
<td>Crimson</td>
<th>8</th>
</tr>
<tr>
<th>9</th>
<td>Lesya Tinham</td>
<td>Safety Technician IV</td>
<td>Turner-Kuhlman</td>
<td>Philippines</td>
<td>2/21/2021</td>
<td>Maroon</td>
<th>9</th>
</tr>
<tr>
<th>10</th>
<td>Zaneta Tewkesbury</td>
<td>VP Marketing</td>
<td>Sauer LLC</td>
<td>Chad</td>
<td>6/23/2020</td>
<td>Green</td>
<th>10</th>
</tr>
<tr>
<th>11</th>
<td>Andy Tipple</td>
<td>Librarian</td>
<td>Hilpert Group</td>
<td>Poland</td>
<td>7/9/2020</td>
<td>Indigo</td>
<th>11</th>
</tr>
<tr>
<th>12</th>
<td>Sophi Biles</td>
<td>Recruiting Manager</td>
<td>Gutmann Inc</td>
<td>Indonesia</td>
<td>2/12/2021</td>
<td>Maroon</td>
<th>12</th>
</tr>
<tr>
<th>13</th>
<td>Florida Garces</td>
<td>Web Developer IV</td>
<td>Gaylord, Pacocha and Baumbach</td>
<td>Poland</td>
<td>5/31/2020</td>
<td>Purple</td>
<th>13</th>
</tr>
<tr>
<th>14</th>
<td>Maribeth Popping</td>
<td>Analyst Programmer</td>
<td>Deckow-Pouros</td>
<td>Portugal</td>
<td>4/27/2021</td>
<td>Aquamarine</td>
<th>14</th>
</tr>
<tr>
<th>15</th>
<td>Moritz Dryburgh</td>
<td>Dental Hygienist</td>
<td>Schiller, Cole and Hackett</td>
<td>Sri Lanka</td>
<td>8/8/2020</td>
<td>Crimson</td>
<th>15</th>
</tr>
<tr>
<th>16</th>
<td>Reid Semiras</td>
<td>Teacher</td>
<td>Sporer, Sipes and Rogahn</td>
<td>Poland</td>
<td>7/30/2020</td>
<td>Green</td>
<th>16</th>
</tr>
<tr>
<th>17</th>
<td>Alec Lethby</td>
<td>Teacher</td>
<td>Reichel, Glover and Hamill</td>
<td>China</td>
<td>2/28/2021</td>
<td>Khaki</td>
<th>17</th>
</tr>
<tr>
<th>18</th>
<td>Aland Wilber</td>
<td>Quality Control Specialist</td>
<td>Kshlerin, Rogahn and Swaniawski</td>
<td>Czech Republic</td>
<td>9/29/2020</td>
<td>Purple</td>
<th>18</th>
</tr>
<tr>
<th>19</th>
<td>Teddie Duerden</td>
<td>Staff Accountant III</td>
<td>Pouros, Ullrich and Windler</td>
<td>France</td>
<td>10/27/2020</td>
<td>Aquamarine</td>
<th>19</th>
</tr>
<tr>
<th>20</th>
<td>Lorelei Blackstone</td>
<td>Data Coordinator</td>
<td>Witting, Kutch and Greenfelder</td>
<td>Kazakhstan</td>
<td>6/3/2020</td>
<td>Red</td>
<th>20</th>
</tr>
</tbody>
<tfoot>
<tr>
<th></th>
<td>Name</td>
<td>Job</td>
<td>company</td>
<td>location</td>
<td>Last Login</td>
<td>Favorite Color</td>
<th></th>
</tr>
</tfoot>
</table>
</div>