JSFiddle - React, Tailwind, and code Playground
by Jeffrey Davidson
HTML
<link rel="stylesheet" href="http://www.kansasoutlawwrestling.com/manager/css/style.css">
<script src="http://www.kansasoutlawwrestling.com/manager/js/jquery.dataTables.js"></script>
<script src="http://www.kansasoutlawwrestling.com/manager/modules/js/contentpages.js"></script>
<script src="http://www.kansasoutlawwrestling.com/manager/js/jconfirmaction.jquery.js"></script>
<h2>Content Pages</h2>
<table id="contentPagesPageList" class="rounded-corner">
<thead>
<tr>
<th scope="col" class="rounded-first"></th>
<th scope="col" class="rounded">Description</th>
<th scope="col" class="rounded">Short Name</th>
<th scope="col" class="rounded">Creator</th>
<th scope="col" class="rounded">Date Created</th>
<th scope="col" class="rounded">Edit</th>
<th scope="col" class="rounded-last">Delete</th>
</tr>
</thead>
<tfoot>
<tr>
<td colspan="6" class="rounded-foot-left"></td>
<td class="rounded-foot-right"> </td>
</tr>
</tfoot>
<tbody>
<tr><td><input type="checkbox" name="contentpages" value="1"/></td><td>Roster</td><td>roster</td><td>Jeff Davidson</td><td>July 18, 2011</td><td><a href="#"><img src="images/user_edit.png" class="edit" alt="" title="" border="0" id="1" /></a></td><td><a href="#" class="ask"><img src="images/trash.png" class="delete" alt="" title="" border="0" id="1" /></a></td></tr><tr><td><input type="checkbox" name="contentpages" value="2"/></td><td>Title History</td><td>titlehistory</td><td>Jeff Davidson</td><td>July 18, 2011</td><td><a href="#"><img src="images/user_edit.png" class="edit" alt="" title="" border="0" id="2" /></a></td><td><a href="#" class="ask"><img src="images/trash.png" class="delete" alt="" title="" border="0" id="2" /></a></td></tr><tr><td><input...