-
Notifications
You must be signed in to change notification settings - Fork 345
Closed
Labels
Description
For insertItem(item): Promise|insertedItem,
If no item is returned, inserting item will be used as inserted item.
In my case, validation is added to insertItem(item) function, thus, if the validation fail, no ajax was send to insert data into the database. Yet, new row is still added to the table without fail, how do i disable the new insertion?