Skip to content

Field Mapper component to create / show the mapping of two table columns from same or different databases. Developed as a AngularJS directive.

License

Notifications You must be signed in to change notification settings

rameshkrishnan/fieldmapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Field Mapper

It's AngularJS's directive for field mapping. It can be used for any two list mapping or database table's column mapping.

Requirements

How to Use

  • bower install fieldmapper
  • ` <script src="bower_components/fieldmapper/dist/index.js"></script>` - include these tags in your index.html file.
  • <div field-mapper source="sourceColumns" destination="destinationColumns" mapping="mappedColumns"></div> - use this tag for fieldMapper component. For more info, refer demo/index.html

Sample Screen-shots

Initial Screen

Initial Screen

Fields Connected

Fields Connected

Development

  • npm install
  • npm run build - to build the files to dist folder
  • npm run start - to see the demo of the component.

MIT License

About

Field Mapper component to create / show the mapping of two table columns from same or different databases. Developed as a AngularJS directive.

Resources

License

Stars

Watchers

Forks

Packages

No packages published