I have a database with field name
Name, Class, April, May, March, June, July
I would like to show the field name of the database in the datatable view dynamically instead of entering it manually, like this:
<tr>
<th class="cust_th_01">#</th>
<th class="cust_th_02">Class</th>
<th class="cust_th_03">April</th>
<th class="cust_th_04">May</th>
<!--<th class="cust_th_07">June</th>
<th class="cust_th_08">July</th>-->
</tr>
Is it possible, if so how?