Hi, I need to filter the data from sql server, i tried to add Editor.where with condition to the simple.html file (before document.ready closing tag) and still did not get my result,
Can i get a short example where can i write the condition?
Thanks,
This question has an accepted answers - jump to answer
Hi,
You'd write it in the controller, not the HTML file. There is documentation and examples available here.
If you like, post your controller code and I'll take a look at it.
Allan
Thanks, I moved it to the controller and it's works,
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Hi,
You'd write it in the controller, not the HTML file. There is documentation and examples available here.
If you like, post your controller code and I'll take a look at it.
Allan
Thanks,
I moved it to the controller and it's works,