We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc67bfd commit 111f3a5Copy full SHA for 111f3a5
app/assets/javascripts/dataTables/jquery.dataTables.foundation.js
@@ -1,12 +1,12 @@
1
/* Set the defaults for DataTables initialisation */
2
$.extend( true, $.fn.dataTable.defaults, {
3
"sDom":
4
- "<'row'<'large-6 small-6 columns'l><'large-6 small-6 columns'f>r>"+
+ "<'row'<'large-6 columns'l><'large-6 columns'f>r>"+
5
"t"+
6
- "<'row'<'large-6 small-6 columns'i><'large-6 small-6 columns'p>>",
+ "<'row'<'large-6 columns'i><'large-6 columns'p>>",
7
"sPaginationType": "foundation",
8
"oLanguage": {
9
- "sLengthMenu": "_MENU_ <span class=\"hide-for-small\">records per page</span>"
+ "sLengthMenu": "_MENU_ records per page"
10
}
11
} );
12
0 commit comments