How can i remove a row using a Server-side script based on the value of the column.
How can i remove a row using a Server-side script based on the value of the column.
ChibiCedric
Posts: 1Questions: 1Answers: 0
in General
When i remove the server side. i can remove the row. but once i used again my server-side it wont delete the data.
Answers
Yep, with
serverSide
, the data always comes from the server, so if you want the row removed, you'll need to remove it on the server itself. Editor does that withremove()
- without Editor you'll need a server-side script to do that for you.Colin