Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

how to do if condition in kedo column in angular

 <kendo-grid [data]="gridData">
            <kendo-grid-column field="ProductName">
                <ng-template kendoGridCellTemplate let-dataItem let-rowIndex="rowIndex">
                    <strong>{{dataItem.ProductName}}</strong>
                      <img *ngIf='dataItem.Discontinued' src='' alt='Item Discontinued'/>
                      <img *ngIf='!dataItem.Discontinued' src='' alt='Item Continued'/>
                </ng-template>
            </kendo-grid-column>
        </kendo-grid>
Comment

PREVIOUS NEXT
Code Example
Javascript :: js contenteditable button spacebar 
Javascript :: how to display words from an array in a box in javascript 
Javascript :: MaterialRippleLayout dependency 
Javascript :: addAndRemoveClassJquery 
Javascript :: toggle button in angularjs bootstrap 
Javascript :: breakout to external link in react js 
Javascript :: multiply js 
Javascript :: javascript check undefined or null 
Javascript :: how to pass an image path to img src in Reactjs 
Javascript :: change text based on dropdown selection javascript 
Javascript :: nuxt custom plugin 
Javascript :: Different views for Desktop and mobile Angular 
Javascript :: how to mark a icon with vector icons in mapview 
Javascript :: get the authors username discord.js 
Javascript :: how to navigate to another page with settimeout reactjs 
Javascript :: parentnode javascript 
Javascript :: .reduce javascript 
Javascript :: how to write a funcat in javascript 
Javascript :: Get the language of a user 
Javascript :: Replacing String Content 
Javascript :: mongoose search multiple fields 
Javascript :: install ejs 
Javascript :: regex to valied password strength stackoverflow 
Javascript :: api streamelements watchtime 
Javascript :: javascript push array 
Javascript :: double function call javascript 
Javascript :: competitive programming in javascript 
Javascript :: fs readfile encoding 
Javascript :: javascript injection in mongodb 
Javascript :: comment faire pour écrire un texte en javascript 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =