• Resolved sohailkarim786

    (@sohailkarim786)


    Hi , Team
    While enabling the option of pagination can we let user to jump to specific page?
    e.g
    If i have allowed the 20 rows to show as of one page . can i let the user to jump to page 50 without pressing next button 50 times??

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Yes, you could e.g. add numbers for the subpages. For that, please add this to the “Custom Commands” text field on the “Edit” screen of the table:

    "pagingType": "full_numbers"
    

    For more options, please see https://datatables.net/reference/option/pagingType

    Regards,
    Tobias

    Hi, Tobias

    After searching a lot of questions and help on the support pages, I still couldn’t manage to find a reference on both anchor reference on specific cell(s) using id=”this-id”, while also enabling pagination.
    I see that here you said it might not be possible, but can there be some kind of workaraound, such as combining page number data with cell id? It’s okay if it is a limitation, however ??
    I wish I had made myself clear, and apologies if it looks tedious. Thank you in advance.

    Regards,
    Zaki

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Unfortunately, I’m not aware of an existing solution for this, sorry ?? You would need to use custom JavaScript code that could somehow detect on which table page the target reference is, and then use the API functions of the DataTables JS library to switch the pagination to that table page.

    Regards,
    Tobias

    Oh, I see.. Thank you for your quick response. Really apreciate it. ??

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    sure, no problem! I hope that you can find a good solution!

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘PAGINATION JUMP TO SPECIFIC PAGE’ is closed to new replies.