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.

ChibiCedricChibiCedric Posts: 1Questions: 1Answers: 0

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

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    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 with remove() - without Editor you'll need a server-side script to do that for you.

    Colin

Sign In or Register to comment.