change pagination buton to hyper text

change pagination buton to hyper text

CountLessQCountLessQ Posts: 33Questions: 9Answers: 0

Hi, I changed the "precious 1 Next" To "< 1 >" . However, I want to change it to hyper text only not a btn.
can I do that.

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,143Questions: 1Answers: 2,586

    Hi @CountLessQ ,

    There's a few other pagination plugins here, it would be worth looking to see if any of those do the trick for you (or are modifiable to get what you want),

    Cheers,

    Colin

  • CountLessQCountLessQ Posts: 33Questions: 9Answers: 0

    @colin to use a plug in is this what i need to do:
    <head>
    <script src="@Url.Content("~/Scripts/cdn.datatables.net/plug-ins/1.10.19/pagination/scrolling.js")"></script>
    in script: "sPaginationType": "scrolling"
    Or can you please show me an example.

  • colincolin Posts: 15,143Questions: 1Answers: 2,586
    Answer ✓

    Hi @CountLessQ ,

    There's an example on the front page for the plugins: https://datatables.net/plug-ins/pagination/

    Cheers,

    Colin

  • CountLessQCountLessQ Posts: 33Questions: 9Answers: 0

    for some reason i am following the example but its not doing anything at all. Thank you

  • colincolin Posts: 15,143Questions: 1Answers: 2,586

    Can you link to the page, please.

  • CountLessQCountLessQ Posts: 33Questions: 9Answers: 0

    i can not re-create the issue with js fiddle. thank you

This discussion has been closed.