sintonia/airtime_mvc/application/views/scripts/dashboard/table-test.phtml
Albert Santoni ffdc83dc26 Reusable datatable control that hooks up to any of our REST APIs
* Implements item selection (single, shift, ctrl), pagination, and
  sorting. To be used in the future.
* Added example code for how to use the table widget
* Temporarily added a table test page to the DashboardController
2015-09-15 14:18:35 -04:00

7 lines
197 B
PHTML

<div class="text-content">
<h2><?php echo _("Table Test") ?></h2>
<p>
Hello
</p>
<table id="example-table" cellpadding="0" cellspacing="0" class="datatable"></table>
</div>