datatable - Remove first, and last pagination from the jquery data table -


i'm using jquery datatable. use jquery ui provide theme. however, want disable (hide) first , last button of pagination table using bit customization on jquery library. enter image description here

the problem customization has 2 methods: full_numbers , two_button.

so how can pagination without first , last button?

any appreciated.

thanks

write own javascript hide/remove elements.

$(".first.paginate_button, .last.paginate_button").hide();


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -