Data Table
| Name |
Position |
Office |
Age |
Start date |
Salary |
| Tiger Nixon |
System Architect |
Edinburgh |
61 |
2011 Apr 25 |
$320,800 |
| Garrett Winters |
Accountant |
Tokyo |
63 |
2011 Jul 25 |
$170,750 |
| Ashton Cox |
Junior Technical Author |
San Francisco |
66 |
2009 Jan 12 |
$86,000 |
| Cedric Kelly |
Senior Javascript Developer |
Senior Javascript Developer |
22 |
2012 Mar 29 |
$433,060 |
| Airi Satou |
Accountant |
Tokyo |
33 |
2008 Nov 28 |
$162,700 |
| Brielle Williamson |
Integration Specialist |
New York |
61 |
2012 Dec 02 |
$372,000 |
| Herrod Chandler |
Sales Assistant |
San Francisco |
59 |
2012 Aug 06 |
$137,500 |
| Rhona Davidson |
Integration Specialist |
Tokyo |
55 |
2010 Oct 14 |
$327,900 |
| Colleen Hurst |
Javascript Developer |
San Francisco |
39 |
2009 Sep 15 |
$205,500 |
| Sonya Frost |
Software Engineer |
Edinburgh |
23 |
2008 Dec 13 |
$103,600 |
| Jena Gaines |
Office Manager |
London |
30 |
2008 Dec 19 |
$90,560 |
| Quinn Flynn |
Support Lead |
Edinburgh |
22 |
2013 Mar 03 |
$342,000 |
| Charde Marshall |
Regional Director |
San Francisco |
36 |
2008 Oct 16 |
$470,600 |
| Haley Kennedy |
Senior Marketing Designer |
London |
43 |
2012 Dec 18 |
$313,500 |
| Tatyana Fitzpatrick |
Regional Director |
London |
19 |
2010 Mar 17 |
$385,750 |
| Michael Silva |
Marketing Designer |
London |
66 |
2012 Nov 27 |
$198,500 |
| Paul Byrd |
Chief Financial Officer (CFO) |
New York |
64 |
2010 Jun 09 |
$725,000 |
| Gloria Little |
Systems Administrator |
New York |
59 |
2009 Apr 10 |
$237,500 |
| Bradley Greer |
Software Engineer |
London |
41 |
2012 Oct 13 |
$132,000 |
| Dai Rios |
Personnel Lead |
Edinburgh |
35 |
2012 Sep 26 |
$217,500 |
| Jenette Caldwell |
Development Lead |
New York |
30 |
2011 Sep 03 |
$345,000 |
| Yuri Berry |
Chief Marketing Officer (CMO) |
New York |
40 |
2009 Jun 25 |
$675,000 |
| Caesar Vance |
Pre-Sales Support |
New York |
21 |
2011 Dec 12 |
$106,450 |
| Doris Wilder |
Sales Assistant |
Sidney |
23 |
2010 Sep 20 |
$85,600 |
| Angelica Ramos |
Chief Executive Officer (CEO) |
London |
47 |
2009 Oct 09 |
$1,200,000 |
| Gavin Joyce |
Developer |
Edinburgh |
42 |
2010 Dec 22 |
$92,575 |
| Jennifer Chang |
Regional Director |
Singapore |
28 |
2010 Nov 14 |
$357,650 |
| Brenden Wagner |
Software Engineer |
San Francisco |
28 |
2011 Jun 07 |
$206,850 |
| Fiona Green |
Chief Operating Officer (COO) |
San Francisco |
48 |
2010 Mar 11 |
$850,000 |
| Shou Itou |
Regional Marketing |
Tokyo |
20 |
2011 Aug 14 |
$163,000 |
<div class="overflow-auto">
<table class="datatable border border-border-color">
<thead class="border border-border-color">
<tr>
<th class="px-4 py-2 bg-light text-dark text-start">Name</th>
<th class="px-4 py-2 bg-light text-dark text-start">Position</th>
<th class="px-4 py-2 bg-light text-dark text-start">Office</th>
<th class="px-4 py-2 bg-light text-dark text-start">Age</th>
<th class="px-4 py-2 bg-light text-dark text-start">Start date</th>
<th class="px-4 py-2 bg-light text-dark text-start">Salary</th>
</tr>
</thead>
<tbody>
<tr class="border-b border-border-color">
<td class="px-4 py-3 text-start">Tiger Nixon</td>
<td class="px-4 py-3 text-start">System Architect</td>
<td class="px-4 py-3 text-start">Edinburgh</td>
<td class="px-4 py-3 text-start">61</td>
<td class="px-4 py-3 text-start">2011 Apr 25</td>
<td class="px-4 py-3 text-start">$320,800</td>
</tr>
<tr class="border-b border-border-color">
<td class="px-4 py-3 text-start">Garrett Winters</td>
<td class="px-4 py-3 text-start">Accountant</td>
<td class="px-4 py-3 text-start">Tokyo</td>
<td class="px-4 py-3 text-start">63</td>
<td class="px-4 py-3 text-start">2011 Jul 25</td>
<td class="px-4 py-3 text-start">$170,750</td>
</tr>
<tr class="border-b border-border-color">
<td class="px-4 py-3 text-start">Ashton Cox</td>
<td class="px-4 py-3 text-start">Junior Technical Author</td>
<td class="px-4 py-3 text-start">San Francisco</td>
<td class="px-4 py-3 text-start">66</td>
<td class="px-4 py-3 text-start">2009 Jan 12</td>
<td class="px-4 py-3 text-start">$86,000</td>
</tr>
<tr class="border-b border-border-color">
<td class="px-4 py-3 text-start">Cedric Kelly</td>
<td class="px-4 py-3 text-start">Senior Javascript Developer</td>
<td class="px-4 py-3 text-start">Senior Javascript Developer</td>
<td class="px-4 py-3 text-start">22</td>
<td class="px-4 py-3 text-start">2012 Mar 29</td>
<td class="px-4 py-3 text-start">$433,060</td>
</tr>
<tr class="border-b border-border-color">
<td class="px-4 py-3 text-start">Airi Satou</td>
<td class="px-4 py-3 text-start">Accountant</td>
<td class="px-4 py-3 text-start">Tokyo</td>
<td class="px-4 py-3 text-start">33</td>
<td class="px-4 py-3 text-start">2008 Nov 28</td>
<td class="px-4 py-3 text-start">$162,700</td>
</tr>
<tr class="border-b border-border-color">
<td class="px-4 py-3 text-start">Brielle Williamson</td>
<td class="px-4 py-3 text-start">Integration Specialist</td>
<td class="px-4 py-3 text-start">New York</td>
<td class="px-4 py-3 text-start">61</td>
<td class="px-4 py-3 text-start">2012 Dec 02</td>
<td class="px-4 py-3 text-start">$372,000</td>
</tr>
<tr class="border-b border-border-color">
<td class="px-4 py-3 text-start">Herrod Chandler</td>
<td class="px-4 py-3 text-start">Sales Assistant</td>
<td class="px-4 py-3 text-start">San Francisco</td>
<td class="px-4 py-3 text-start">59</td>
<td class="px-4 py-3 text-start">2012 Aug 06</td>
<td class="px-4 py-3 text-start">$137,500</td>
</tr>
<tr class="border-b border-border-color">
<td class="px-4 py-3 text-start">Rhona Davidson</td>
<td class="px-4 py-3 text-start">Integration Specialist</td>
<td class="px-4 py-3 text-start">Tokyo</td>
<td class="px-4 py-3 text-start">55</td>
<td class="px-4 py-3 text-start">2010 Oct 14</td>
<td class="px-4 py-3 text-start">$327,900</td>
</tr>
<tr class="border-b border-border-color">
<td class="px-4 py-3 text-start">Colleen Hurst</td>
<td class="px-4 py-3 text-start">Javascript Developer</td>
<td class="px-4 py-3 text-start">San Francisco</td>
<td class="px-4 py-3 text-start">39</td>
<td class="px-4 py-3 text-start">2009 Sep 15</td>
<td class="px-4 py-3 text-start">$205,500</td>
</tr>
</tbody>
</table>
</div>