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. 
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
Post a Comment