akveo / ng2-smart-table

Angular Smart Data Table component
https://akveo.github.io/ng2-smart-table/
MIT License
1.63k stars 876 forks source link

Change event for the dropdown in Edit mode #886

Open anushamadadi opened 6 years ago

anushamadadi commented 6 years ago

columns: { Affilliate: { title: 'Affiliate', editable: false }, Year: { title: 'Year', editable: false Site: { title: 'Site' }, Ctry: { title: 'Ctry', editor: { type: 'list', config: { list: this.countries, }, } }, St: { title:'St', editor: { type: 'list', config: { list: this.states, }, } }, }

My code is like this. In edit mode, when a country is selected from the drop down, I need to update the drop down for states with the filtered values based on the selected country. Is there a change event on the drop down? How else can I accomplish this?

RyanZhou713 commented 5 years ago

I have same question on this, need onchange event emit in editor.

VladFlorian commented 5 years ago

any luck on this?

nhernandez2 commented 5 years ago

I also need it here, something new?

issstine commented 4 years ago

no fix for this yet?

DNDRAHUL commented 3 years ago

Hi @issstine, when we can expect this fix to be done? we wanted to implement this features in our project or can you please provide any other alternative solution for this.

Tokkeri commented 2 years ago

Any updates on this? i really need to catch dropdown change event on edit mode