aacl-dual-list
v15.0.0-beta.1
Published
```bat npm install aacl-dual-list --registry https://artifacts-sf.int.ssnc.cloud/artifactory/api/npm/advs-npm-UIShared-local/ ```
Downloads
1
Readme
Aacl Dual List
Installation
npm install aacl-dual-list --registry https://artifacts-sf.int.ssnc.cloud/artifactory/api/npm/advs-npm-UIShared-local/
How to Use
Start to use AaclDualList
Import AaclDualListModule.
@NgModule({ // ... imports: [ // ... AaclDualListModule // ], // ... }) export class ... { }
Add <aacl-dual-list> in your html template.
<aacl-dual-list [option]="duallistOption" [itemRender]="render"></aacl-dual-list>
Initialize duallistOption in the component.ts file.
this.duallistOption = new AaclDualListOption(); // do something };
usage of AaclDualList
- Drag items from the left list box to the right one, while some of the items can't be dragged.
Contributors
- Alex Xia ([email protected]) - Author