Datatables Pagination Input for BS4. Based on pagination/input datatables More information see https://datatables.net/plug-ins/pagination/input#Example Works with AdminLTE 3 and Bootstrap 4
$(document).ready(function() {
$('#example').dataTable( {
"pagingType": "input"
} );
});
For a problem, please open an issue, for PR just add a PR. Thank you