Skip to content

how to delete row in Jquery boot grid #430

Description

@ajaychig

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions