Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 555 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 555 Bytes

Datatables Pagination-Input

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

Example Usage

$(document).ready(function() {
      $('#example').dataTable( {
           "pagingType": "input"
       } );
});

PR and Fix

For a problem, please open an issue, for PR just add a PR. Thank you