Skip to content

Commit 52db6f0

Browse files
committed
#2313 set pagelength to 100
1 parent a44a640 commit 52db6f0

File tree

1 file changed

+2
-1
lines changed
  • Console/BExIS.Web.Shell/Areas/DCM/BExIS.Modules.Dcm.UI/Views/EntityReference

1 file changed

+2
-1
lines changed

Console/BExIS.Web.Shell/Areas/DCM/BExIS.Modules.Dcm.UI/Views/EntityReference/Show.cshtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@
130130
<script type="text/javascript">
131131
$(document).ready(function () {
132132
133-
$("#target_reference_table").DataTable({
133+
$("#target_reference_table").DataTable({
134+
"pageLength": 100,
134135
"autoWidth": false,
135136
"columns": [
136137
{ "width": "50px" },

0 commit comments

Comments
 (0)