Skip to content

Commit

Permalink
Update dataTable param
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanw committed Nov 15, 2016
1 parent ce9631f commit 936766e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Common.js
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ if (!CRM.vars) CRM.vars = {};
var defaults = {
"processing": true,
"serverSide": true,
"aaSorting": [],
"order": [],
"dom": '<"crm-datatable-pager-top"lfp>rt<"crm-datatable-pager-bottom"ip>',
"pageLength": 25,
"pagingType": "full_numbers",
Expand Down

0 comments on commit 936766e

Please sign in to comment.