Posts by Rafaela • 33 points
2 posts
-
1
votes2
answers824
viewsQ: How to put the Datatable function for all tables at once
I wonder if I can use the function: $('#myTable').DataTable ({ scrolly: 300, paginação: false }); For all tables of my page (at once) or if I need to set a function for each table of my row.…
asked Rafaela 33 -
2
votes1
answer791
viewsQ: Configure Datatable’s sZeroRecord parameter but without paging
I’m using the function DataTable: "oLanguage": { "sZeroRecords": "Não há registros para mostrar" } }); But on my screen appears the export buttons, paging without I have configured these options...…