Skip to content

Commit

Permalink
Update lombiq-datatables.js in wwwroot.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Dec 18, 2022
1 parent c6bcfde commit 6729a31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Lombiq.DataTables/wwwroot/lombiq/lombiq-datatables.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "functi
info: true,
lengthChange: true,
scrollX: true,
dom: "<'row dataTables_buttons'<'col-md-12'B>>" + "<'row dataTables_controls'<'col-md-6 dataTables_length'l><'col-md-6 dataTables_search'f>>" + "<'row dataTables_content'<'col-md-12't>>" + "<'row dataTables_footer'<'col-md-12'ip>>",
dom: "<'row dataTables_buttons'<'col-md-12'B>>" + "<'row dataTables_controls'<'col-md-6 dataTables_length'l><'col-md-6 dataTables_search'f>>" + // #spell-check-ignore-line
"<'row dataTables_content'<'col-md-12't>>" + "<'row dataTables_footer'<'col-md-12'ip>>",
buttons: useDefaultButtons
},
rowClassName: '',
Expand Down

0 comments on commit 6729a31

Please sign in to comment.