Not able to generate table
-
echo "<table id='compounds_table'>"; echo "<tr><td>Name</td><td>Sur-name</td></tr>"; $row = 0; while ($row < 50) { $user= 'First'; $compound_name= 'Last'; echo "<tr><td>".$user."</td><td>".$compound_name."</td></tr>"; $row++; } echo "</table>"; echo do_shortcode('[wp_jdt id="compounds_table"]');Just tried this demo code in my custom page file page-data.php
what should I do please help
It generate table but not shows pagination, no sorting, no other else functionality.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Not able to generate table’ is closed to new replies.