Commit a9899543 by aa.gusti

perbaikan detable pageLength

1 parent 6fc4a69f
......@@ -52,12 +52,13 @@
</div>
</header>
<style>
.fa-minus-square {
.fa-minus-square {
color: red;
}
.fa-check-square {
}
.fa-check-square {
color: forestgreen;
}
}
</style>
<script type="text/javascript">
var m${tableid}ID;
......@@ -71,7 +72,7 @@
function displayEmptyID() {
$("#emptyID").show();
$('#emptyID').animate({ opacity: 0.8 }, 2000);
$('#emptyID').animate({opacity: 0.8}, 2000);
setTimeout(function () {
$("#emptyID").fadeTo(500, 0).slideUp(500, function () {
$("#emptyID").hide();
......@@ -182,6 +183,7 @@
[10, 25, 50, 100],
[10, 25, 50, 100]
],
"pageLength": 25,
columns: ${tableid}Columns,
"language": ${tableid}Language,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!