Like datatables or jQgrid? Or is only template based rendering supported for updates
Like datatables or jQgrid? Or is only template based rendering supported for updates
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
At the moment you can’t just include them into the head section without using some code to defer their loading until Jquery has loaded.
I have however proposed a change:
https://github.com/meteor/meteor/pull/47
This should allow you to just place the script file into your head section. I’m also going to look into allowing you to place it at the end of the body too.