Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorting is not working on Table #6

Open
abhishek9sharma opened this issue Feb 16, 2019 · 1 comment
Open

Sorting is not working on Table #6

abhishek9sharma opened this issue Feb 16, 2019 · 1 comment
Assignees
Labels
to do TO DO

Comments

@abhishek9sharma
Copy link
Owner

Check why sorting doe not work

@abhishek9sharma
Copy link
Owner Author

reverted layout.html to old code i.e

<script>
    $(document).ready(function() {
    $('#forkTable').DataTable();
    } );
    </script>

Need to see why below was not working

('#forkTable').DataTable({
        "processing": true,
        "serverSide": true
        
    });

@abhishek9sharma abhishek9sharma self-assigned this Feb 16, 2019
@abhishek9sharma abhishek9sharma added the to do TO DO label Feb 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
to do TO DO
Projects
None yet
Development

No branches or pull requests

1 participant