Trying for last 2 days datatable not working

Trying for last 2 days datatable not working

malayaleekartmalayaleekart Posts: 1Questions: 1Answers: 0
edited February 2021 in Free community support

pagination is not cming on the table named "example"

<script type="text/javascript" charset="utf8" src={% static "/js/bootstrap.bundle.min.js" %}></script>
<script src={% static "js/bootstrap.js" %}></script>
<script src={% static "js/main.js" %}></script>

  <link rel="stylesheet" type="text/css" href={% static "/datatables.css" %}>
  <link rel="stylesheet" type="text/css" href={% static "/css/bootstrap.min.css" %}>

  {% comment %} <script type="text/javascript" src={% static "js/paging.js" %}></script>  {% endcomment %}
  <script type="text/javascript">
        $(document).ready(function() {
          alert("hi");
            $('#examples').paging({limit:5});
        });
  </script>

Answers

This discussion has been closed.