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