-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorting and paging regression #72
Comments
I was looking to the same issue, there is a probem with javascript code used for datatables:
Do you have some php / smarty version change between 0.2 and 0.3? I am trying to understand what can cause this error. |
The issue is in templates/footer.tpl:
The quotes are put into HTML entities, and they should not. You can override this by replacing the above expression by:
|
I am stuck on this issue, smarty is always converting quotes into HTML entites, which is not compatible with javascript code. I think I will be forced to remove the label translation. If everyone has an idea... |
Hello @coudot, Maybe @proxyconcept can help us. He did the datatables integration in White Pages no ? |
For now I have removed the replace with string_format. I will release like this if we don't find a better fix bfore 0.3 release. |
i patch my file and the display like WP 0.2 is here. Nice. |
I found the issue, it is beaucse of #58 : all printed strings are HTML escaped I will see how to fix this. |
Hi,
I'm always on my WP test version 0.3. I see a big change in tab repertory (or register). In WP 0.2 we have a search module who sort the result by page. We do not have in version 0.3 the arrow on top of the colum to sort also.
0.2 :
![image](https://user-images.githubusercontent.com/37147055/61384083-2b8ecc80-a8b0-11e9-8ce3-f8c700e3d3e0.png)
0.3 :
![image](https://user-images.githubusercontent.com/37147055/61384127-3cd7d900-a8b0-11e9-936f-e9622e95b21d.png)
I doesn't see in documentation if it's a parameter to activate.
thank for all !
The text was updated successfully, but these errors were encountered: