Skip to content

dvalsagna89/multiLevelTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

MultiLevelTable

A multi-level table for AngularJS that shows 3 levels of a parameter an allows edit, add or remove elements.

How to use

You need:

Steps:

  • Add multi-level-table.component.js to your index.html
  • Inject "multiLevelTable" in your main module
  • Change the template path:
    templateUrl: 'MultiLevelTable/multi-level-table.template.html',
  • Add the loader you want. A div tag with id="loader" is needed. I'm using one from this page: https://icons8.com/cssload

What I learned

  • Send functions as parameters
  • Using ng-repeat-start
  • Using JSON to set up options
  • Developing a generic component

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published