1.0.0 • Published 4 years ago

datmini-table v1.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

komorebi

about the author

Angularjs data table directive

  1. put the folder with the 3 files into your projects and declare js and css files
  2. the html template file should automatically be used by directive js
  3. use the directive in your angularjs html file using the following example
 <jerzy-table-template pk="id" skip="['id']" row-click="clickZisRow(param)" on-click="delIntakeRow(param)" list="overallIntake"></jerzy-table-template>