You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding rows to bootgrid ,I want to delete row from the grid with Json object.
I tried to get rows using var rows=$("#grid-filterFields").bootgrid("getCurrentRows");
which gives me array of Json Objects.
I want to remove row which matches to JSON object i provide.
Please let me know how can i do this.
I tried with this method,but no luck $("#grid-filterFields").bootgrid("remove", removableJsonData);
The text was updated successfully, but these errors were encountered:
After adding rows to bootgrid ,I want to delete row from the grid with Json object.
I tried to get rows using
var rows=$("#grid-filterFields").bootgrid("getCurrentRows");
which gives me array of Json Objects.
I want to remove row which matches to JSON object i provide.
Please let me know how can i do this.
I tried with this method,but no luck
$("#grid-filterFields").bootgrid("remove", removableJsonData);
The text was updated successfully, but these errors were encountered: