Please someone out there should help me

Please someone out there should help me

UcheOscarUcheOscar Posts: 13Questions: 7Answers: 0

My datatable with zero configuration is only displaying the table, no style, no filter. Let someone help you with the necessary stylesheet and how to reference it.

Answers

  • F12MagicF12Magic Posts: 109Questions: 0Answers: 28

    Hi UcheOscar,
    did you load the necessary javascript files and the cascading style sheet as described on this page: Zero Configuration

    <script src="//code.jquery.com/jquery-1.12.3.js" language="javascript" type="text/javascript"></script>
    <script src="https://cdn.datatables.net/1.10.12/js/jquery.dataTables.min.js" language="javascript" type="text/javascript"></script>
    <link href="https://cdn.datatables.net/1.10.12/css/jquery.dataTables.min.css" type="text/css" rel="stylesheet">
    
  • UcheOscarUcheOscar Posts: 13Questions: 7Answers: 0

    Yes, but not through the cdn but from a folder in my Project bcos it is not a website project

  • F12MagicF12Magic Posts: 109Questions: 0Answers: 28

    Then download all the files you want on the download page. Select all the files by clicking on the selections (dark color is selected) and when you reach the bottom, click the download button.

    Put the files in a folder of your project, adjust the paths and you should be good.

  • UcheOscarUcheOscar Posts: 13Questions: 7Answers: 0

    You people have been so wonderful. I have been able to use the stuff you all provided. Thanks. My problem now is getting a sample Serve side Processing using SQL Server. I wouldn't mind a Script to do exactly that. Where I can pass all my pagination, sorting etc.

This discussion has been closed.