libs/upp-wdgt/src/components/upp-grid/upp-grid.ts
Directive for components that handle view mode changes.
| Selector | [uppViewMode] |
Accessors |
| viewMode | ||||||||
getviewMode()
|
||||||||
|
Gets the current view mode. |
||||||||
setviewMode(value: "GRID" | "LIST")
|
||||||||
|
Sets the view mode and updates child items if the value has changed.
Parameters :
Returns :
void
|