NodeJS Editor.where

NodeJS Editor.where

inonshainonsha Posts: 5Questions: 4Answers: 0

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

Answers

  • allanallan Posts: 61,446Questions: 1Answers: 10,055 Site admin
    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

  • inonshainonsha Posts: 5Questions: 4Answers: 0

    Thanks,
    I moved it to the controller and it's works,

This discussion has been closed.