Replied 24 February 2021, 1:09 am EST
Hello Sharad,
Yeah I have checked formatitem yesterday, but it dont have the drag and drop icon.
The bento icon which have to be used is bento-icon-drag-drop.
https://ng.bento.ui.int.thomsonreuters.com/components/icons
I have attached the sample screen.
<div class="row">
<div class="form-group ">
<button type="button" class="btn btn-primary btn_remove" [disabled]="isOkDisabled" (click)="removeRecord()"
style="margin-left: 600px;">Remove</button>
<div class="table">
<wj-list-box #ListData [itemsSource]="name" (initialized)="initListBox(ListData)"
(selectedIndexChanged)="displayListBoxValueInTextField(ListData)">
</wj-list-box>
</div>
</div>
</div>
For every record that drag and drop symbol have to be added.
Thank you .
Regards,
Nivisha Panwar