Not showing table properly |
[eluser]xtremer360[/eluser]
I'm trying to create a page for my site with the table attached and for some reason it's not attaching the datatables to it. My page: http://www.kansasoutlawwrestling.com/kow...almessages Template: http://kansasoutlawwrestling.com/files/t...ables.html Code: Code: <?php echo heading('Inbox Messages', 2, 'class="grid_12"'); ?>
[eluser]InsiteFX[/eluser]
You need to pass your data into it. Code: <?php echo $this->table->generate($data); ?> Besides ll table code should be in your controller except for the table_generate!
[eluser]weboap[/eluser]
can you put the <tbody> part and some data in there manually for now so we can troubleshoot the datatable issue it's a a java issue. then check inserting the data dynamically...
[eluser]xtremer360[/eluser]
I updated the table and for some reason still not loading the datatables into the table.
[eluser]xtremer360[/eluser]
Any ideas why it doesn't turn it into a datatable when it should be?
[eluser]weboap[/eluser]
check myjs.js Code: $(window).load(function() { try instead Code: $(document).ready( function () { |
Welcome Guest, Not a member yet? Register Sign In |