How can I hide specific button in pagination like "Next" button
How can I hide specific button in pagination like "Next" button
![okayee](https://datatables.net/forums/uploads/userpics/957/nKT82A70QZ9BF.jpg)
This is the scenario, so I have a condition that if my request has empty return. I must hide the "Next" button. I dont want to disable it. I need to hide it once the return is empty.
This discussion has been closed.
Answers
Hi @okayee ,
Yep, you can just call:
as in this example here.
Cheers,
Colin