Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to delete row in Jquery boot grid #430

Open
ajaychig opened this issue Apr 8, 2020 · 0 comments
Open

how to delete row in Jquery boot grid #430

ajaychig opened this issue Apr 8, 2020 · 0 comments

Comments

@ajaychig
Copy link

ajaychig commented Apr 8, 2020

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant