Guest User

Untitled

a guest
Nov 12th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. $(_fechamento_faturamento_bases.prps.tablePrevia).DataTable({
  2. "bPaginate": true,
  3. "bFilter": true,
  4. "bInfo": true,
  5. "bDestroy": true,
  6. "bAutoWidth": false,
  7. "bServerSide": false,
  8. "scrollX": true,
  9. data: json.data,
  10. dom: '<"orientation">lBfrtip',
  11. buttons: [
  12. {
  13. extend: 'csvHtml5', text: 'CSV'
  14. },
  15. {
  16. extend: 'excelHtml5', text: 'Analitico Excel'
  17. }
  18. ]
  19. });
Add Comment
Please, Sign In to add comment