Get started with datatables.net-zf CDN

MIT licensed

Datatables.net for Zend Framework: Easy data display, sorting, searching, and pagination.

Tags:
  • filter
  • sort
  • DataTables
  • jQuery
  • table
  • Foundation

Stable version

Copied!

How to start using datatables.net-zf CDN


<!DOCTYPE html>
<html>
<head>
    <title>Get started with datatables.net-zf CDN - cdnhub.io</title>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/foundation-sites@6.6.3/dist/css/foundation.min.css">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/foundation-reveal@4.6.3/dist/css/reveal.min.css">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/foundation-datatables@1.7.0/dist/css/foundation.dataTables.min.css">
    <style>
        .dataTables_wrapper {
            width: 100%;
        }
    </style>
</head>
<body>
    <!-- Your content here -->
</body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/foundation-sites@6.6.3/dist/js/foundation.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/foundation-reveal@4.6.3/dist/js/reveal.min.js"></script>
<script src="https://cdn.cdnhub.io/datatables.net-zf/2.1.1/js/dataTables.foundation.min.js"></script>
<script>
    $(document).foundation();
</script>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!

All versions