Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $(document).ready(function() {
  2. $('#example').DataTable();
  3. buttons:[{
  4. text: "Exportar a PDF", //Título del botón
  5. messageTop: "Título de mi PDF " //Coloca el título dentro del PDF
  6.  
  7. }]
  8. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement