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
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. 😁
Hi,
sure, no problem! I hope that you can find a good solution!
Best wishes,
Tobias