Skip to content

How to dynamically update the collection alone in the custom angular component filter #915

Answered by ghiscoding
MohanramG asked this question in Q&A
Discussion options

You must be logged in to vote

I'll say again that I prefer you ask questions on Stack Overflow where more users can answer your question(s) or simply search the Wikis. I'll reply you now but I wish this to be the last time to answer your questions here, please use Stack Overflow in the future

if (Array.isArray(editorCollection)) {
// add the new row to the grid
this.angularGrid.gridService.addItem(newRows[0]);
// then refresh the Editor "collection", we have 2 ways of doing it
// Push to th…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ghiscoding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants