I want to customize the bootstrap-table pagination by hiding numbers and show next, previous,first and last like : enter image description here
I want to customize the bootstrap-table pagination by hiding numbers and show next, previous,first and last buttons
You can use jquery or Js by hiding the numbers and keep the text
We hide all list items (li) except the ones with classes .prev, .next, .first, and .last. Then, we update the HTML content of these buttons to display the desired text
You can replace with your actual table content. Remember to include the necessary CSS and JS dependencies for Bootstrap and jQuery in your project.