angular-dual-listbox icon indicating copy to clipboard operation
angular-dual-listbox copied to clipboard

By Default need to show some values in Destination Column

Open gauravshri12 opened this issue 7 years ago • 2 comments
trafficstars

Using this below superb component. In this i need to show some default items in Destination LustBox.

https://czeckd.github.io/angular-dual-listbox/demo/

gauravshri12 avatar Jun 14 '18 10:06 gauravshri12

Add the default items to the destination array.

czeckd avatar Jun 25 '18 07:06 czeckd

Not working: let selectedList:Array = [ { key: 26, station: 'Hermosa', state: 'CO' }, { key: 27, station: 'Rockwood', state: 'CO' }, { key: 28, station: 'Tacoma', state: 'CO' } ] this.confirmedStations = selectedList;

vijayakumarrajug avatar Mar 06 '20 09:03 vijayakumarrajug