pfDataList
patternfly.views
Directive for rendering a data list.
<ANY pf-data-list items="{array}" config="{object}" actions="{array}" update-action-for-item-fn="{function (action, item))}"> ... </ANY>
Param | Type | Details |
---|---|---|
items | array | Array of items to display in the list |
config | object | Configuration settings for the data list:
|
actions | array | List of actions for dropdown menu in each row
|
updateActionForItemFn | function (action, item) | function(action, item) Used to update an action based on the current item |