Perform Filter, Sorting, Suggestion, Editable cell on Each Column of Table Grid
- Bootstrap 4 required to be installed
- Angular Material Mat-checkbox should be imported at the time of Component to be used
- Just Provide Json Data it will handle all other thing for you.
- Go through .ts file to know the jsonData global variable
- Please install bootstrap 4 for UI purpose
-
@Output() suggestionString = new EventEmitter();
-
@Input() public jsonData:any;
- @Input() public editable:any;
- @Input() public Suggestion:any;
- @Input() public noSort:any;
- @Input() public noFilter:any;
- @Input() public PrimaryKey:any;