rstaib / jquery-bootgrid

Nice, sleek and intuitive. A grid control especially designed for bootstrap.
http://www.jquery-bootgrid.com
MIT License
973 stars 364 forks source link

how to delete row in Jquery boot grid #430

Open ajaychig opened 4 years ago

ajaychig commented 4 years ago

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