Issue using paggingType = input
Issue using paggingType = input
![ameer_nasir](https://secure.gravatar.com/avatar/b880b66c338e23efb7237b8387faec13/?default=https%3A%2F%2Fvanillicon.com%2Fb880b66c338e23efb7237b8387faec13_200.png&rating=g&size=120)
Hello there peeps,
i'm using datatables and for pagination i've used paggingtype = "input" and also included its plugin cdn but unfortunately when i did this, this is automatically disabling the First Next Previous and Last pagination buttons and i needed them enabled so that i can use them alongwith input text field.. Any help will be a huge favor
thanks,
Ameer
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @ameer_nasir ,
Yep, if you change the
pagingType
, it means you don't get the default. You can add an input element fairly easily though - see this example here.Cheers,
Colin
thanks @colin this solves my issue (Y)