Skip to content

Instantly share code, notes, and snippets.

View jonathasrochadesouza's full-sized avatar
🎯
Focusing

Jonathas Rocha jonathasrochadesouza

🎯
Focusing
  • Senior Sistemas
  • Blumenau - SC (Brazil)
View GitHub Profile
@jonathasrochadesouza
jonathasrochadesouza / HTML
Last active January 20, 2021 19:27
Example of how you can implement datatables in your project. Visit the official datatables page: https://datatables.net/manual/installation (Full Getting Started Guide)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Title </title>
<link rel="stylesheet" href="http://cdn.datatables.net/1.10.15/css/jquery.dataTables.min.css">
</head>