1.0.1 • Published 9 years ago

angularjs-grid v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

AngularJS -GRID

This README outlines the details of collaborating on this AngularJS GRID.

Installation Steps

  • npm install angularjs-grid command to install this Plugin

How to use

  • Include grid.js and grid.css in your html.
  • Include Boostrap.css in html. This is style for grid layout.
  • <div grid perpage=pageper headers=headers url={{serviceurl}}></div> in html file to render grid.
  • pass the neccessary parameters to the grid,
  • perpage -> Grid Pagination (records per page)
  • headers -> Grid headers .This param should be in JSON format. Example parameters passed grid.js line no :7 ($scope.headers)
  • url -> REST Service url to be configured. Example api.php used in this example. Service response should be JSON

Features of this addon

  • GRID devloped with angular JS with configurable parameters
  • UPDATE ,DELETE,SEARCH,PAGINATION functionalities incorporated

For more information on using this plugin, Drop mail me at dineshkumarg.mca@gmail.com