User Tools

Site Tools


newdevs:code:grid-cell-text-generator

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
newdevs:code:grid-cell-text-generator [2023/12/21 15:22] – [Example of the Title Field in Holds Pull List] tmccannanewdevs:code:grid-cell-text-generator [2023/12/21 16:54] tmccanna
Line 20: Line 20:
 </code> </code>
  
-2. The grid.component.ts file must include the ability to use GridCellTextGenerator:+2. The eg-grid tag must also include 
 +<code>[cellTextGenerator]="cellTextGenerator"</code> 
 + 
 +3. The grid.component.ts file must include the ability to use GridCellTextGenerator:
  
 <code>import {GridDataSource, GridColumn, GridRowFlairEntry, GridCellTextGenerator} from '@eg/share/grid/grid';</code> <code>import {GridDataSource, GridColumn, GridRowFlairEntry, GridCellTextGenerator} from '@eg/share/grid/grid';</code>
Line 28: Line 31:
 <code>cellTextGenerator: GridCellTextGenerator;</code> <code>cellTextGenerator: GridCellTextGenerator;</code>
  
-3The grid.component.ts file is modified to specify the alternate text that should print out: +4And then inside ngOnInit - the grid.component.ts file is modified to specify the alternate text that should print out: 
  
 <code> <code>
newdevs/code/grid-cell-text-generator.txt · Last modified: 2023/12/21 16:55 by tmccanna

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.