Can a cell in ui-grid be rendered with a custom template? -
Disclaimer: I am new to UI-grid
According to the UI-Grid document, this style It is possible for A.
But is it possible to choose a template for a given cell? I just want to style more than class
Yes, you cell template < / P>
The default cell template you can use is
cell template: '& lt; Div class = "ui-grid-cell-content" & gt; {{COL_FIELD CUSTOM_FILTERS}} & lt; / Div & gt;
Comments
Post a Comment