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

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

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -