Skip to content

reloading the grid after changes in the grid-data #34

@Naveen-ASI

Description

@Naveen-ASI

Hi,
this project is excellent it saved lot of my work. but now i have running in new problem. In my case my grid display all user information as each user per row and also I have a button where we can add new user but the thing is when I add new User , server return new added user data with id (primary Id). I need to push this new user object to grid.data array, using this
$scope.gridOptions.data.push(addedUserDetails);
its successfully pushing the data but its not automatically binding in the grid view. I want finish this work as soon as possible. anyone please help me in this regards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions