labxand-grid v0.1.2
LabxandGrid
This library was generated with Angular CLI version 10.1.5.
Code scaffolding
Run ng generate component component-name --project labxand-grid to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project labxand-grid.
Note: Don't forget to add
--project labxand-gridor else it will be added to the default project in yourangular.jsonfile.
Build
Run ng build labxand-grid to build the project. The build artifacts will be stored in the dist/ directory.
Publishing
After building your library with ng build labxand-grid, go to the dist folder cd dist/labxand-grid and run npm publish.
Running unit tests
Run ng test labxand-grid to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.
#Author Morsa Moradi
#Using for using you must create a config class that extends from LabxandConfig and config your grid. for config you can specific your columns for example in config constructor enter like this config: this.bound(() => this.model.Id).hasTitle("Title").hasWidth(200); enter grid page size and grid title this.setPageSize(10); this.setTitle("تگ های سیستم");