Problems with entrie edit
Problems with entrie edit
xhyper
Posts: 1Questions: 1Answers: 0
hi there,
I got a question:
- how can i edit the entrie from 10-25-100 INTO -> 3 -> 6
so the max amount on the first page will be 3 , and when you goto page 2, you would see the other 3 results...
I hope you guys can help me
<script type="text/javascript" language="javascript" src="//code.jquery.com/jquery-1.12.3.js">
</script>
<script type="text/javascript" language="javascript" src="https://cdn.datatables.net/1.10.12/js/jquery.dataTables.min.js">
</script>
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.12/css/jquery.dataTables.min.css">
Checkout script here:
http://codepen.io/nickwalgers/pen/dXXGLG
Kind regards
This discussion has been closed.
Answers
Use
lengthMenu
to control the options of the page length input.Allan