-
Notifications
You must be signed in to change notification settings - Fork 14
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
json parse error with ps-table #15
Comments
Hi @Matt75, Which version of PrestUi and Riot are you using? Can you share some code please? |
Hi, I use Prestui 0.7.1 and RiotJS 3.5.0 modules/prestui/prestui.php
modules/prestui/views/js/configure.tpl
Sans oublié les fichiers de prestui 0.7.1 que j'ai placé dans Tout fonctionne bien si je commente cette ligne dans le configure.tpl |
Hello, do you have any update considering this issue? Thank you in advance ! |
Hi, Sorry for the delay guys. The $data variable needs to be escaped. But the doc is not up to date. Can you try something like this:
I will update the documentation if it's ok on your side. |
Hello, thank you so much. It works ! Thank you |
Shortly, I don't think so. It's a lot of work between the 1.5 and the 1.6/1.7. But you can try to add it if you want! I recommend to use the helper if you want advanced features like you want. |
How do I check when all component with riot are mounted? I know there's a function onMounted() but how do I use it? Module Class -> After ps-tags.tpl
javascripts.tpl -> After ps-tags.tpl`<script type="text/javascript" src="{$module_js_dir}jquery.vatNumber.min.js" defer></script> <script type="text/javascript" src="{$module_js_dir}admin.js" defer></script>`With addJS
|
Hi,
I try to use ps-table component to display a list, I try the example found on the wiki but I have an json parse error. Someone has an example who is working ?
Thanks
The text was updated successfully, but these errors were encountered: