Hide record

Hide record

aristidispaparistidispap Posts: 4Questions: 4Answers: 0

i am using server-side processing. I want to hide record by id number (In my case record with id =1 from my sql)
Is it possible?

Answers

  • allanallan Posts: 61,452Questions: 1Answers: 10,055 Site admin

    Sure - since the filtering is done by the server-side processing script, just modify it to do WHERE id != 1.

    If you are using the Editor PHP libraries, you can supply conditions as described here.

    Allan

This discussion has been closed.