Skip to content

Error to Delete row #61

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

Open
PabloMaly opened this issue Sep 20, 2017 · 4 comments
Open

Error to Delete row #61

PabloMaly opened this issue Sep 20, 2017 · 4 comments

Comments

@PabloMaly
Copy link

When I delete a row after sorting...it delete the row who was before I sorted it.

@PabloMaly
Copy link
Author

Any?

@AnishLushte07
Copy link

can you provide your code sample?

@AndreyChayko
Copy link
Contributor

@PabloMaly
If you are using $index to remove the item it won't work as after filtering or sort grid is working with new created list of items and does not store information about the order of items in the old list, in this case you need to pass to your function the whole item as a parameter instead of $index. Please check it and if it won't fix your problem please attach a code sample

@zorta86
Copy link

zorta86 commented Oct 3, 2017

Hi, may I ask you a code sample to delete (client-side) a row and refresh the table? Thank you

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

4 participants