I decide to use in my page Pagination class, but encountered with one strange problem.
By design it has some html section in the middle of all page. It sets visible by anchor hashtag at the end of URI, for example "http://localhost/main/report#m". And there is placed some table data in this section. It is needed to be paged.
Can I add the hashtag "#m" at the end of all link in pager for right positioning of page?
Have you tried just adding it to the pagination URL?
You can add a dummy page number to it if needed, like "http://localhost/main/report/0#m", the Pagination class will replace the 0 in this example by the correct page number (if you set the URI segment to 3).