Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

change info pagination datatable

var table = $('#example').DataTable({
  pagingType: 'input',
  pageLength: 5,
  language: {
    oPaginate: {
       sNext: '<i class="fa fa-forward"></i>',
       sPrevious: '<i class="fa fa-backward"></i>',
       sFirst: '<i class="fa fa-step-backward"></i>',
       sLast: '<i class="fa fa-step-forward"></i>'
    }
  }   
})  
Comment

PREVIOUS NEXT
Code Example
Javascript :: Javascript remove array item by value 
Javascript :: array remove element js 
Javascript :: jquery number format comma 
Javascript :: nodejs btoa 
Javascript :: html to pdf node js background color 
Javascript :: get top n objects from list node js 
Javascript :: adonisjs livereload 
Javascript :: external button to fire dropzone.js 
Javascript :: Introdução ao nodeJs 
Javascript :: ryan dahl 
Javascript :: where to put js files in flask 
Javascript :: xmlhttprequest post form 
Javascript :: react npm build 
Javascript :: how to lock device orientation using css and javascript 
Javascript :: multi-stage Dockerfile for Node.js 
Javascript :: jquery get input type 
Javascript :: onclick focus out jquery 
Javascript :: javascript array key value html select 
Javascript :: run a nodejs file infinite loop 
Javascript :: react native network request failed fetch 
Javascript :: remove file from input type file jquery 
Javascript :: curl accept json 
Javascript :: importing react 
Javascript :: timer.tc elixir 
Javascript :: autofocus react 
Javascript :: get base url vuejs 
Javascript :: how to check if a folder exists in node js 
Javascript :: jquery toggle class 
Javascript :: Error: Requires Babel "^7.0.0-0", but was loaded with "6.26.3" 
Javascript :: scroll to bottom of an element 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =