* 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
7 lines
197 B
PHTML
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>
|