Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
147485 | Sep 12,2019 07:40 AM UTC | Sep 13,2019 01:24 PM UTC | Angular - EJ 2 | 1 |
![]() |
Tags: TreeGrid |
In index.html
<head>
<link rel='nofollow' href="//cdn.syncfusion.com/ej2/material.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" rel='nofollow' href="favicon.ico">
</head>
In app.component.ts
ngOnInit(): void {
this.toolbar= ['ExpandAll', 'CollapseAll', {text: 'Quick Filter', tooltipText: 'Quick Filter', id: 'refresh', prefixIcon: 'e-test'}];
}
In app.component.css
.e-treegrid .e-toolbar-item .e-test::before {
font: normal normal normal 14px/1 FontAwesome;
content: "\f06e";
}
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.