Hi,
I have an issue with paging on my site. The paging labels display correctly in Wappler, however, on my live server they are being displayed as HTML code.
Paging Generator
Wappler
Live site
Any help would be greateful.
Thanks,
Ray.
Hi,
I have an issue with paging on my site. The paging labels display correctly in Wappler, however, on my live server they are being displayed as HTML code.
Paging Generator
Wappler
Live site
Any help would be greateful.
Thanks,
Ray.
Hello,
Can you please provide a link to your page?
Hi @Teodor,
Here’s the link.
https://portal.krinnovations.ie/testtable.aspx
You should still have access.
Thanks,
Ray.
The issue i see on your live page is that for some reason a javascript include is missing there.
<script src="/dmxAppConnect/dmxBootstrap4PagingGenerator/dmxBootstrap4PagingGenerator.js"></script>
This should be automatically be added in the page head tags, when using the paging generator.
I see the include file now.
The problem on your page is that you are no using a paged query.
The pagination requires a paged query.
Please make sure to check the documentation explaining how to apply dynamic paging:
I don’t see any paged queries on your link:
Are you sure that’s not some caching issue with cloudflare? Have you tried turning this off?
OK, so I have put CloudFlare into development mode and I recreated the database paged query and table.
However, its still showing the labels incorrectly.
Ray.
Please check the following topic and how the user resolved this issue caused by badly configured IIS settings: Problem with UTF-8 and German Umlauts on IIS
Thanks @Teodor
This is why you are paid the big bucks! Always so willing to help out.