Scroll to specific row in Datatable API
问题 I need to scroll until specific row in my datatable like this: https://datatables.net/extensions/scroller/examples/initialisation/api_scrolling.html This is my code: <script src="js/jquery-1.12.4.js"></script> <script src="js/jquery-3.1.1.min.js"></script> <script src="js/jquery.dataTables.min.js"></script> <script type="text/javascript" src="https://cdn.datatables.net/scroller/1.4.2/js/dataTables.scroller.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/form