Angular 6 When selecting an autocomplete fill me the fields on the right of the same row

Tags: #<Tag:0x00007f8b2a228870>

when selecting an autocomplete fill me the fields on the right of the same row angular 6

Hi @jotacas12

can you share a demo where this issue can be replicable?

I have created a sample code using Angular 6, our wrapper and columns settings at https://stackblitz.com/edit/angular-pkev58?file=src/app/hello.component.ts but it works as expected

What I am looking for is that when I select an autocomplete data, the data of this one will be filled in the fields of the corresponding row

I am interested in using the tool for my projects but I must have a series of functionalities

I highly recommend checking this blog post https://handsontable.com/blog/articles/2016/4/expand-your-app-with-cell-dependencies

There’s a paragraph called Select-dependent cells with a demo that actually does what you described.

this is what I need but I need to do it with angular and that the autocomplete dea is api

I do not have an Angular version of this demo but I can help you if you’d have any issues while rewriting it.