Sort Data
Sort Data
andixhafa224
Posts: 1Questions: 1Answers: 0
Hi everyone.
I am trying to show and sort data in table but have some problem.
I am using laravel on server and create a table with the code:
Firstname | Lastname | Birthday |
---|---|---|
<?php echo $member->firstname; ?> | <?php echo $member->lastname; ?> | <?php echo $member->birthday; ?> |
Also i have added
$(document).ready(function() { $('#dataTables').DataTable({ responsive: true }); });on the footer.
The table is created but it doesn't show the opsion to sort data on colum.
Can you help me?
Thank you
This discussion has been closed.