Skip to main content

Is there a way to mark a row as deleted in javascript? Right now I’m trying to assign this “row.__deleted===true;” but it doesn’t seem to be working.

Thanks!

Duh… deleteRow(). Was thinking too hard on this one.


Not a problem. It can be tricky starting out.  Here’s a (non-exhaustive?) list of our skuid.model.Model methods in our API Reference.


Reply